#BDB76B
darkkhaki
#BDB76B is a yellow colour. In RGB it is 189 red, 183 green and 107 blue, which converts to a hue of 56 degrees, 38% saturation and 58% lightness. It is one of the named CSS colours, written as darkkhaki in stylesheets.
Color values
| HEX | #BDB76B |
|---|---|
| RGB | rgb(189, 183, 107) |
| HSL | hsl(56, 38%, 58%) |
| HSV | hsv(56, 43%, 74%) |
| CMYK | cmyk(0%, 3%, 43%, 26%) |
Contrast and accessibility
Against white the contrast ratio is 2.07:1, and against black it is 10.15:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.07:1 | Fail | Fail |
| Black | 10.15:1 | AAA | AAA |
Tints and shades
Lighter tints move #BDB76B toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #BDB76B; |
|---|---|
| CSS rgb() | color: rgb(189 183 107); |
| Tailwind | bg-[#bdb76b] |
| SwiftUI | Color(red: 0.741, green: 0.718, blue: 0.420) |
| Android | Color.parseColor("#BDB76B") |