Shades of Olivine #96BC5E
Tints of Olivine #96BC5E
RGB
CMYK
RGB Variations
Color information
#96BC5E (or 0x96BC5E) is known color: Olivine. HEX triplet: 96, BC and 5E. RGB value is (150,188,94). Sum of RGB (Red+Green+Blue) = 150+188+94=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC5E is #6943A1. Grayscale: #A6A6A6. Windows color (decimal): -6898594 or 6208662. OLE color: 6208662.
HSL color Cylindrical-coordinate representation of color #96BC5E: hue angle of 84.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96BC5E is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 94 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.26 |
| HSL | 84.26º | 0.41% | 0.55% | - |
| HSV(B) | 84.26º | 0.5% | 0.74% | - |
| XYZ | 32.58 | 43.26 | 17.22 | - |
| YUV | 165.92 | 87.41 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 94 | 0.20 | 0 | 0.50 | 0.26 | 84.26 | 0.41 | 0.55 |
| Hex | 96 | BC | 5E | 14 | 0 | 32 | 1A | 54 | 29 | 37 |
| Octal | 226 | 274 | 136 | 24 | 0 | 62 | 32 | 124 | 51 | 67 |
| Binary | 10010110 | 10111100 | 1011110 | 10100 | 0 | 110010 | 11010 | 1010100 | 101001 | 110111 |
Color Harmonies of #96BC5E
Complementary color
Monochromatic Colors of #96BC5E
Black with #96BC5E
Text Example
Text Example
White with #96BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC5E; }
p { color: rgb(150,188,94); }
H1.HeaderClassName
{
color: #96BC5E;
}
.AnyTagClassName
{
color: #96BC5E;
}
</style>
background-color css
<style>
a { background-color: #96BC5E; }
a { background-color: rgb(150,188,94); }
div.DivClassName
{
background-color: #96BC5E;
}
.BgClassName
{
background-color: #96BC5E;
}
</style>
border-color css
<style>
span { border-color: #96BC5E; }
span { border-color: rgb(150,188,94); }
td.TdClassName
{
border-color: #96BC5E;
}
.TagClassName
{
border-color: #96BC5E;
}
</style>