Shades of Yellow Green #96C92B
Tints of Yellow Green #96C92B
RGB
CMYK
RGB Variations
Color information
#96C92B (or 0x96C92B) is known color: Yellow Green. HEX triplet: 96, C9 and 2B. RGB value is (150,201,43). Sum of RGB (Red+Green+Blue) = 150+201+43=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #96C92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C92B is #6936D4. Grayscale: #A8A8A8. Windows color (decimal): -6895317 or 2869654. OLE color: 2869654.
HSL color Cylindrical-coordinate representation of color #96C92B: hue angle of 79.37º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96C92B is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 43 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.21 |
| HSL | 79.37º | 0.65% | 0.48% | - |
| HSV(B) | 79.37º | 0.79% | 0.79% | - |
| XYZ | 33.9 | 48.43 | 9.85 | - |
| YUV | 167.74 | 57.6 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 43 | 0.25 | 0 | 0.79 | 0.21 | 79.37 | 0.65 | 0.48 |
| Hex | 96 | C9 | 2B | 19 | 0 | 4F | 15 | 4F | 41 | 30 |
| Octal | 226 | 311 | 53 | 31 | 0 | 117 | 25 | 117 | 101 | 60 |
| Binary | 10010110 | 11001001 | 101011 | 11001 | 0 | 1001111 | 10101 | 1001111 | 1000001 | 110000 |
Color Harmonies of #96C92B
Complementary color
Monochromatic Colors of #96C92B
Black with #96C92B
Text Example
Text Example
White with #96C92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C92B; }
p { color: rgb(150,201,43); }
H1.HeaderClassName
{
color: #96C92B;
}
.AnyTagClassName
{
color: #96C92B;
}
</style>
background-color css
<style>
a { background-color: #96C92B; }
a { background-color: rgb(150,201,43); }
div.DivClassName
{
background-color: #96C92B;
}
.BgClassName
{
background-color: #96C92B;
}
</style>
border-color css
<style>
span { border-color: #96C92B; }
span { border-color: rgb(150,201,43); }
td.TdClassName
{
border-color: #96C92B;
}
.TagClassName
{
border-color: #96C92B;
}
</style>