Shades of Yellow Green #96C932
Tints of Yellow Green #96C932
RGB
CMYK
RGB Variations
Color information
#96C932 (or 0x96C932) is known color: Yellow Green. HEX triplet: 96, C9 and 32. RGB value is (150,201,50). Sum of RGB (Red+Green+Blue) = 150+201+50=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #96C932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C932 is #6936CD. Grayscale: #A9A9A9. Windows color (decimal): -6895310 or 3328406. OLE color: 3328406.
HSL color Cylindrical-coordinate representation of color #96C932: hue angle of 80.26º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96C932 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 50 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.21 |
| HSL | 80.26º | 0.6% | 0.49% | - |
| HSV(B) | 80.26º | 0.75% | 0.79% | - |
| XYZ | 34.04 | 48.49 | 10.58 | - |
| YUV | 168.54 | 61.1 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 50 | 0.25 | 0 | 0.75 | 0.21 | 80.26 | 0.6 | 0.49 |
| Hex | 96 | C9 | 32 | 19 | 0 | 4B | 15 | 50 | 3C | 31 |
| Octal | 226 | 311 | 62 | 31 | 0 | 113 | 25 | 120 | 74 | 61 |
| Binary | 10010110 | 11001001 | 110010 | 11001 | 0 | 1001011 | 10101 | 1010000 | 111100 | 110001 |
Color Harmonies of #96C932
Complementary color
Monochromatic Colors of #96C932
Black with #96C932
Text Example
Text Example
White with #96C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C932; }
p { color: rgb(150,201,50); }
H1.HeaderClassName
{
color: #96C932;
}
.AnyTagClassName
{
color: #96C932;
}
</style>
background-color css
<style>
a { background-color: #96C932; }
a { background-color: rgb(150,201,50); }
div.DivClassName
{
background-color: #96C932;
}
.BgClassName
{
background-color: #96C932;
}
</style>
border-color css
<style>
span { border-color: #96C932; }
span { border-color: rgb(150,201,50); }
td.TdClassName
{
border-color: #96C932;
}
.TagClassName
{
border-color: #96C932;
}
</style>