Shades of Yellow Green #96BA39
Tints of Yellow Green #96BA39
RGB
CMYK
RGB Variations
Color information
#96BA39 (or 0x96BA39) is known color: Yellow Green. HEX triplet: 96, BA and 39. RGB value is (150,186,57). Sum of RGB (Red+Green+Blue) = 150+186+57=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA39 is #6945C6. Grayscale: #A1A1A1. Windows color (decimal): -6899143 or 3783318. OLE color: 3783318.
HSL color Cylindrical-coordinate representation of color #96BA39: hue angle of 76.74º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96BA39 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 57 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.27 |
| HSL | 76.74º | 0.53% | 0.48% | - |
| HSV(B) | 76.74º | 0.69% | 0.73% | - |
| XYZ | 30.88 | 41.9 | 10.33 | - |
| YUV | 160.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 57 | 0.19 | 0 | 0.69 | 0.27 | 76.74 | 0.53 | 0.48 |
| Hex | 96 | BA | 39 | 13 | 0 | 45 | 1B | 4D | 35 | 30 |
| Octal | 226 | 272 | 71 | 23 | 0 | 105 | 33 | 115 | 65 | 60 |
| Binary | 10010110 | 10111010 | 111001 | 10011 | 0 | 1000101 | 11011 | 1001101 | 110101 | 110000 |
Color Harmonies of #96BA39
Complementary color
Monochromatic Colors of #96BA39
Black with #96BA39
Text Example
Text Example
White with #96BA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA39; }
p { color: rgb(150,186,57); }
H1.HeaderClassName
{
color: #96BA39;
}
.AnyTagClassName
{
color: #96BA39;
}
</style>
background-color css
<style>
a { background-color: #96BA39; }
a { background-color: rgb(150,186,57); }
div.DivClassName
{
background-color: #96BA39;
}
.BgClassName
{
background-color: #96BA39;
}
</style>
border-color css
<style>
span { border-color: #96BA39; }
span { border-color: rgb(150,186,57); }
td.TdClassName
{
border-color: #96BA39;
}
.TagClassName
{
border-color: #96BA39;
}
</style>