#92B600
A dark, vivid yellow closely aligning with Yellowgreen.
About #92B600
Visually, #92B600 is defined as a vivid yellow. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 146 red, 182 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 20% cyan, 0% magenta, 100% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark 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#92B600
RGB146, 182, 0
HSL71.9°, 100.0%, 35.7%
CMYK20%, 0%, 100%, 29%
HSV71.9°, 100.0%, 71.4%
LAB69.2, -32.1, 70.2
XYZ28.6, 39.6, 6.1
Decimal9614848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.91:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92B600;
}
.text-color {
color: #92B600;
}
.border-color {
border: 2px solid #92B600;
}