Shades of Yellow Green #92BF32
Tints of Yellow Green #92BF32
RGB
CMYK
RGB Variations
Color information
#92BF32 (or 0x92BF32) is known color: Yellow Green. HEX triplet: 92, BF and 32. RGB value is (146,191,50). Sum of RGB (Red+Green+Blue) = 146+191+50=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BF32 is #6D40CD. Grayscale: #A1A1A1. Windows color (decimal): -7160014 or 3325842. OLE color: 3325842.
HSL color Cylindrical-coordinate representation of color #92BF32: hue angle of 79.15º 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 #92BF32 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 191 | 50 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.25 |
| HSL | 79.15º | 0.59% | 0.47% | - |
| HSV(B) | 79.15º | 0.74% | 0.75% | - |
| XYZ | 31.06 | 43.6 | 9.8 | - |
| YUV | 161.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 191 | 50 | 0.24 | 0 | 0.74 | 0.25 | 79.15 | 0.59 | 0.47 |
| Hex | 92 | BF | 32 | 18 | 0 | 4A | 19 | 4F | 3B | 2F |
| Octal | 222 | 277 | 62 | 30 | 0 | 112 | 31 | 117 | 73 | 57 |
| Binary | 10010010 | 10111111 | 110010 | 11000 | 0 | 1001010 | 11001 | 1001111 | 111011 | 101111 |
Color Harmonies of #92BF32
Complementary color
Monochromatic Colors of #92BF32
Black with #92BF32
Text Example
Text Example
White with #92BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BF32; }
p { color: rgb(146,191,50); }
H1.HeaderClassName
{
color: #92BF32;
}
.AnyTagClassName
{
color: #92BF32;
}
</style>
background-color css
<style>
a { background-color: #92BF32; }
a { background-color: rgb(146,191,50); }
div.DivClassName
{
background-color: #92BF32;
}
.BgClassName
{
background-color: #92BF32;
}
</style>
border-color css
<style>
span { border-color: #92BF32; }
span { border-color: rgb(146,191,50); }
td.TdClassName
{
border-color: #92BF32;
}
.TagClassName
{
border-color: #92BF32;
}
</style>