Shades of Yellow Green #96BA36
Tints of Yellow Green #96BA36
RGB
CMYK
RGB Variations
Color information
#96BA36 (or 0x96BA36) is known color: Yellow Green. HEX triplet: 96, BA and 36. RGB value is (150,186,54). Sum of RGB (Red+Green+Blue) = 150+186+54=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA36 is #6945C9. Grayscale: #A0A0A0. Windows color (decimal): -6899146 or 3586710. OLE color: 3586710.
HSL color Cylindrical-coordinate representation of color #96BA36: hue angle of 76.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96BA36 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 54 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.27 |
| HSL | 76.36º | 0.55% | 0.47% | - |
| HSV(B) | 76.36º | 0.71% | 0.73% | - |
| XYZ | 30.8 | 41.87 | 9.95 | - |
| YUV | 160.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 54 | 0.19 | 0 | 0.71 | 0.27 | 76.36 | 0.55 | 0.47 |
| Hex | 96 | BA | 36 | 13 | 0 | 47 | 1B | 4C | 37 | 2F |
| Octal | 226 | 272 | 66 | 23 | 0 | 107 | 33 | 114 | 67 | 57 |
| Binary | 10010110 | 10111010 | 110110 | 10011 | 0 | 1000111 | 11011 | 1001100 | 110111 | 101111 |
Color Harmonies of #96BA36
Complementary color
Monochromatic Colors of #96BA36
Black with #96BA36
Text Example
Text Example
White with #96BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA36; }
p { color: rgb(150,186,54); }
H1.HeaderClassName
{
color: #96BA36;
}
.AnyTagClassName
{
color: #96BA36;
}
</style>
background-color css
<style>
a { background-color: #96BA36; }
a { background-color: rgb(150,186,54); }
div.DivClassName
{
background-color: #96BA36;
}
.BgClassName
{
background-color: #96BA36;
}
</style>
border-color css
<style>
span { border-color: #96BA36; }
span { border-color: rgb(150,186,54); }
td.TdClassName
{
border-color: #96BA36;
}
.TagClassName
{
border-color: #96BA36;
}
</style>