#B6BD66
A medium, moderate yellow closely aligning with Darkkhaki.
About #B6BD66
Visually, #B6BD66 is defined as a moderate yellow. Designers often compare it to the standard color Darkkhaki. This translates to an RGB value of rgb(182, 189, 102).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 4% cyan, 0% magenta, 46% yellow, and 26% black. The HSL representation is 64.8° hue, 39.7% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B6BD66
RGB182, 189, 102
HSL64.8°, 39.7%, 57.1%
CMYK4%, 0%, 46%, 26%
HSV64.8°, 46.0%, 74.1%
LAB74.4, -15.2, 42.9
XYZ39.9, 47.3, 19.6
Decimal11976038
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.46:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6BD66;
}
.text-color {
color: #B6BD66;
}
.border-color {
border: 2px solid #B6BD66;
}