#B6B650
A medium, moderate yellow closely aligning with Darkkhaki.
About #B6B650
At its core, #B6B650 is a medium and moderate hue. It is closely associated with the named CSS color Darkkhaki. Its digital footprint relies on 182 parts red, 182 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 0% M, 56% Y, and 29% 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 medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6B650
RGB182, 182, 80
HSL60.0°, 41.1%, 51.4%
CMYK0%, 0%, 56%, 29%
HSV60.0°, 56.0%, 71.4%
LAB72.2, -13.6, 50.9
XYZ37.5, 44.0, 14.1
Decimal11974224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.80:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6B650;
}
.text-color {
color: #B6B650;
}
.border-color {
border: 2px solid #B6B650;
}