#BDB76B
A medium, moderate yellow closely aligning with Darkkhaki.
About #BDB76B
At its core, #BDB76B is a medium and moderate hue. Its closest recognized web color is Darkkhaki. This translates to an RGB value of rgb(189, 183, 107).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 3% M, 43% Y, and 26% K. The HSL representation is 55.6° hue, 38.3% saturation, and 58.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDB76B
RGB189, 183, 107
HSL55.6°, 38.3%, 58.0%
CMYK0%, 3%, 43%, 26%
HSV55.6°, 43.4%, 74.1%
LAB73.4, -8.8, 39.3
XYZ40.6, 45.7, 20.6
Decimal12433259
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.15:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDB76B;
}
.text-color {
color: #BDB76B;
}
.border-color {
border: 2px solid #BDB76B;
}