#B6C55F
A medium, moderate yellow closely aligning with Darkkhaki.
About #B6C55F
The hex code #B6C55F represents a beautifully specific shade of yellow. Its closest recognized web color is Darkkhaki. This translates to an RGB value of rgb(182, 197, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 8% cyan, 0% magenta, 52% yellow, and 23% black. The HSL representation is 68.8° hue, 46.8% saturation, and 57.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#B6C55F
RGB182, 197, 95
HSL68.8°, 46.8%, 57.3%
CMYK8%, 0%, 52%, 23%
HSV68.8°, 51.8%, 77.3%
LAB76.5, -19.9, 48.8
XYZ41.3, 50.7, 18.4
Decimal11978079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.14:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6C55F;
}
.text-color {
color: #B6C55F;
}
.border-color {
border: 2px solid #B6C55F;
}