#B6B66D
A medium, moderate yellow closely aligning with Darkkhaki.
About #B6B66D
Visually, #B6B66D is defined as a moderate yellow. Its closest recognized web color is Darkkhaki. This translates to an RGB value of rgb(182, 182, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 0% M, 40% Y, and 29% K. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6B66D
RGB182, 182, 109
HSL60.0°, 33.3%, 57.1%
CMYK0%, 0%, 40%, 29%
HSV60.0°, 40.1%, 71.4%
LAB72.6, -10.9, 37.1
XYZ38.8, 44.5, 21.0
Decimal11974253
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.90:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6B66D;
}
.text-color {
color: #B6B66D;
}
.border-color {
border: 2px solid #B6B66D;
}