#BDCC8A
A light, moderate yellow closely aligning with Darkkhaki.
About #BDCC8A
Visually, #BDCC8A is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Darkkhaki. In the RGB color space, it consists of 189 red, 204 green, and 138 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 7% Cyan, 0% Magenta, 32% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDCC8A
RGB189, 204, 138
HSL73.6°, 39.3%, 67.1%
CMYK7%, 0%, 32%, 20%
HSV73.6°, 32.4%, 80.0%
LAB79.5, -15.9, 31.3
XYZ47.2, 55.8, 32.3
Decimal12438666
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.17:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDCC8A;
}
.text-color {
color: #BDCC8A;
}
.border-color {
border: 2px solid #BDCC8A;
}