Shades of Yellow Green #92C034
Tints of Yellow Green #92C034
RGB
CMYK
RGB Variations
Color information
#92C034 (or 0x92C034) is known color: Yellow Green. HEX triplet: 92, C0 and 34. RGB value is (146,192,52). Sum of RGB (Red+Green+Blue) = 146+192+52=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #92C034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C034 is #6D3FCB. Grayscale: #A2A2A2. Windows color (decimal): -7159756 or 3457170. OLE color: 3457170.
HSL color Cylindrical-coordinate representation of color #92C034: hue angle of 79.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92C034 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 52 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.25 |
| HSL | 79.71º | 0.57% | 0.48% | - |
| HSV(B) | 79.71º | 0.73% | 0.75% | - |
| XYZ | 31.32 | 44.06 | 10.1 | - |
| YUV | 162.29 | 65.76 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 52 | 0.24 | 0 | 0.73 | 0.25 | 79.71 | 0.57 | 0.48 |
| Hex | 92 | C0 | 34 | 18 | 0 | 49 | 19 | 50 | 39 | 30 |
| Octal | 222 | 300 | 64 | 30 | 0 | 111 | 31 | 120 | 71 | 60 |
| Binary | 10010010 | 11000000 | 110100 | 11000 | 0 | 1001001 | 11001 | 1010000 | 111001 | 110000 |
Color Harmonies of #92C034
Complementary color
Monochromatic Colors of #92C034
Black with #92C034
Text Example
Text Example
White with #92C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C034; }
p { color: rgb(146,192,52); }
H1.HeaderClassName
{
color: #92C034;
}
.AnyTagClassName
{
color: #92C034;
}
</style>
background-color css
<style>
a { background-color: #92C034; }
a { background-color: rgb(146,192,52); }
div.DivClassName
{
background-color: #92C034;
}
.BgClassName
{
background-color: #92C034;
}
</style>
border-color css
<style>
span { border-color: #92C034; }
span { border-color: rgb(146,192,52); }
td.TdClassName
{
border-color: #92C034;
}
.TagClassName
{
border-color: #92C034;
}
</style>