#92A05F
A medium, muted yellow closely aligning with Darkkhaki.
About #92A05F
When working with digital screens, the color #92A05F is rendered by mixing light. It is closely associated with the named CSS color Darkkhaki. Its digital footprint relies on 146 parts red, 160 parts green, and 95 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 9% cyan, 0% magenta, 41% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#92A05F
RGB146, 160, 95
HSL72.9°, 25.5%, 50.0%
CMYK9%, 0%, 41%, 37%
HSV72.9°, 40.6%, 62.7%
LAB63.4, -15.7, 32.2
XYZ26.5, 32.1, 15.6
Decimal9609311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.42:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #92A05F;
}
.text-color {
color: #92A05F;
}
.border-color {
border: 2px solid #92A05F;
}