Shades of Olivine #96C263
Tints of Olivine #96C263
RGB
CMYK
RGB Variations
Color information
#96C263 (or 0x96C263) is known color: Olivine. HEX triplet: 96, C2 and 63. RGB value is (150,194,99). Sum of RGB (Red+Green+Blue) = 150+194+99=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #96C263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C263 is #693D9C. Grayscale: #AAAAAA. Windows color (decimal): -6897053 or 6537878. OLE color: 6537878.
HSL color Cylindrical-coordinate representation of color #96C263: hue angle of 87.79º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96C263 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 99 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.24 |
| HSL | 87.79º | 0.44% | 0.57% | - |
| HSV(B) | 87.79º | 0.49% | 0.76% | - |
| XYZ | 34.12 | 45.97 | 18.88 | - |
| YUV | 170.01 | 87.92 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 99 | 0.23 | 0 | 0.49 | 0.24 | 87.79 | 0.44 | 0.57 |
| Hex | 96 | C2 | 63 | 17 | 0 | 31 | 18 | 58 | 2C | 39 |
| Octal | 226 | 302 | 143 | 27 | 0 | 61 | 30 | 130 | 54 | 71 |
| Binary | 10010110 | 11000010 | 1100011 | 10111 | 0 | 110001 | 11000 | 1011000 | 101100 | 111001 |
Color Harmonies of #96C263
Complementary color
Monochromatic Colors of #96C263
Black with #96C263
Text Example
Text Example
White with #96C263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C263; }
p { color: rgb(150,194,99); }
H1.HeaderClassName
{
color: #96C263;
}
.AnyTagClassName
{
color: #96C263;
}
</style>
background-color css
<style>
a { background-color: #96C263; }
a { background-color: rgb(150,194,99); }
div.DivClassName
{
background-color: #96C263;
}
.BgClassName
{
background-color: #96C263;
}
</style>
border-color css
<style>
span { border-color: #96C263; }
span { border-color: rgb(150,194,99); }
td.TdClassName
{
border-color: #96C263;
}
.TagClassName
{
border-color: #96C263;
}
</style>