#B6BD75
A light, moderate yellow closely aligning with Darkkhaki.
About #B6BD75
Visually, #B6BD75 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, 117).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 4% cyan, 0% magenta, 38% yellow, and 26% black. With a hue angle of 65.8 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6BD75
RGB182, 189, 117
HSL65.8°, 35.3%, 60.0%
CMYK4%, 0%, 38%, 26%
HSV65.8°, 38.1%, 74.1%
LAB74.6, -13.6, 35.6
XYZ40.7, 47.6, 23.9
Decimal11976053
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.52:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6BD75;
}
.text-color {
color: #B6BD75;
}
.border-color {
border: 2px solid #B6BD75;
}