#B6BD83
A light, moderate yellow closely aligning with Darkkhaki.
About #B6BD83
Visually, #B6BD83 is defined as a moderate yellow. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(182, 189, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 4% cyan and 0% magenta inks. 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6BD83
RGB182, 189, 131
HSL67.2°, 30.5%, 62.7%
CMYK4%, 0%, 31%, 26%
HSV67.2°, 30.7%, 74.1%
LAB74.8, -11.8, 28.6
XYZ41.6, 48.0, 28.5
Decimal11976067
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.60:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6BD83;
}
.text-color {
color: #B6BD83;
}
.border-color {
border: 2px solid #B6BD83;
}