#92AF3A
A medium, moderate yellow closely aligning with Olivedrab.
About #92AF3A
The precise color #92AF3A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Olivedrab. Its digital footprint relies on 146 parts red, 175 parts green, and 58 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 17% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#92AF3A
RGB146, 175, 58
HSL74.9°, 50.2%, 45.7%
CMYK17%, 0%, 67%, 31%
HSV74.9°, 66.9%, 68.6%
LAB67.3, -26.7, 54.4
XYZ27.9, 37.1, 9.7
Decimal9613114
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.42:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92AF3A;
}
.text-color {
color: #92AF3A;
}
.border-color {
border: 2px solid #92AF3A;
}