#BDCC7C
A light, moderate yellow closely aligning with Darkkhaki.
About #BDCC7C
Visually, #BDCC7C is defined as a moderate yellow. Designers often compare it to the standard color Darkkhaki. In the RGB color space, it consists of 189 red, 204 green, and 124 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 7% C, 0% M, 39% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BDCC7C
RGB189, 204, 124
HSL71.2°, 44.0%, 64.3%
CMYK7%, 0%, 39%, 20%
HSV71.2°, 39.2%, 80.0%
LAB79.3, -17.6, 38.1
XYZ46.2, 55.5, 27.3
Decimal12438652
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.09:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDCC7C;
}
.text-color {
color: #BDCC7C;
}
.border-color {
border: 2px solid #BDCC7C;
}