Shades of Olivine #96C264
Tints of Olivine #96C264
RGB
CMYK
RGB Variations
Color information
#96C264 (or 0x96C264) is known color: Olivine. HEX triplet: 96, C2 and 64. RGB value is (150,194,100). Sum of RGB (Red+Green+Blue) = 150+194+100=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #96C264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C264 is #693D9B. Grayscale: #AAAAAA. Windows color (decimal): -6897052 or 6603414. OLE color: 6603414.
HSL color Cylindrical-coordinate representation of color #96C264: hue angle of 88.09º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96C264 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 100 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.24 |
| HSL | 88.09º | 0.44% | 0.58% | - |
| HSV(B) | 88.09º | 0.48% | 0.76% | - |
| XYZ | 34.17 | 45.99 | 19.13 | - |
| YUV | 170.13 | 88.42 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 100 | 0.23 | 0 | 0.48 | 0.24 | 88.09 | 0.44 | 0.58 |
| Hex | 96 | C2 | 64 | 17 | 0 | 30 | 18 | 58 | 2C | 3A |
| Octal | 226 | 302 | 144 | 27 | 0 | 60 | 30 | 130 | 54 | 72 |
| Binary | 10010110 | 11000010 | 1100100 | 10111 | 0 | 110000 | 11000 | 1011000 | 101100 | 111010 |
Color Harmonies of #96C264
Complementary color
Monochromatic Colors of #96C264
Black with #96C264
Text Example
Text Example
White with #96C264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C264; }
p { color: rgb(150,194,100); }
H1.HeaderClassName
{
color: #96C264;
}
.AnyTagClassName
{
color: #96C264;
}
</style>
background-color css
<style>
a { background-color: #96C264; }
a { background-color: rgb(150,194,100); }
div.DivClassName
{
background-color: #96C264;
}
.BgClassName
{
background-color: #96C264;
}
</style>
border-color css
<style>
span { border-color: #96C264; }
span { border-color: rgb(150,194,100); }
td.TdClassName
{
border-color: #96C264;
}
.TagClassName
{
border-color: #96C264;
}
</style>