#BDC56D
A light, moderate yellow closely aligning with Darkkhaki.
About #BDC56D
The precise color #BDC56D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkkhaki. In the RGB color space, it consists of 189 red, 197 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 4% C, 0% M, 45% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDC56D
RGB189, 197, 109
HSL65.5°, 43.1%, 60.0%
CMYK4%, 0%, 45%, 23%
HSV65.5°, 44.7%, 77.3%
LAB77.2, -15.8, 43.0
XYZ43.7, 51.9, 22.2
Decimal12436845
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.37:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDC56D;
}
.text-color {
color: #BDC56D;
}
.border-color {
border: 2px solid #BDC56D;
}