Shades of Yellow Green #92C032
Tints of Yellow Green #92C032
RGB
CMYK
RGB Variations
Color information
#92C032 (or 0x92C032) is known color: Yellow Green. HEX triplet: 92, C0 and 32. RGB value is (146,192,50). Sum of RGB (Red+Green+Blue) = 146+192+50=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #92C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C032 is #6D3FCD. Grayscale: #A2A2A2. Windows color (decimal): -7159758 or 3326098. OLE color: 3326098.
HSL color Cylindrical-coordinate representation of color #92C032: hue angle of 79.44º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #92C032 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 50 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.25 |
| HSL | 79.44º | 0.59% | 0.47% | - |
| HSV(B) | 79.44º | 0.74% | 0.75% | - |
| XYZ | 31.28 | 44.04 | 9.87 | - |
| YUV | 162.06 | 64.76 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 50 | 0.24 | 0 | 0.74 | 0.25 | 79.44 | 0.59 | 0.47 |
| Hex | 92 | C0 | 32 | 18 | 0 | 4A | 19 | 4F | 3B | 2F |
| Octal | 222 | 300 | 62 | 30 | 0 | 112 | 31 | 117 | 73 | 57 |
| Binary | 10010010 | 11000000 | 110010 | 11000 | 0 | 1001010 | 11001 | 1001111 | 111011 | 101111 |
Color Harmonies of #92C032
Complementary color
Monochromatic Colors of #92C032
Black with #92C032
Text Example
Text Example
White with #92C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C032; }
p { color: rgb(146,192,50); }
H1.HeaderClassName
{
color: #92C032;
}
.AnyTagClassName
{
color: #92C032;
}
</style>
background-color css
<style>
a { background-color: #92C032; }
a { background-color: rgb(146,192,50); }
div.DivClassName
{
background-color: #92C032;
}
.BgClassName
{
background-color: #92C032;
}
</style>
border-color css
<style>
span { border-color: #92C032; }
span { border-color: rgb(146,192,50); }
td.TdClassName
{
border-color: #92C032;
}
.TagClassName
{
border-color: #92C032;
}
</style>