Shades of Olivine #96BC5D
Tints of Olivine #96BC5D
RGB
CMYK
RGB Variations
Color information
#96BC5D (or 0x96BC5D) is known color: Olivine. HEX triplet: 96, BC and 5D. RGB value is (150,188,93). Sum of RGB (Red+Green+Blue) = 150+188+93=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC5D is #6943A2. Grayscale: #A6A6A6. Windows color (decimal): -6898595 or 6143126. OLE color: 6143126.
HSL color Cylindrical-coordinate representation of color #96BC5D: hue angle of 84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96BC5D is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 93 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.26 |
| HSL | 84º | 0.41% | 0.55% | - |
| HSV(B) | 84º | 0.51% | 0.74% | - |
| XYZ | 32.54 | 43.24 | 16.99 | - |
| YUV | 165.81 | 86.91 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 93 | 0.20 | 0 | 0.51 | 0.26 | 84 | 0.41 | 0.55 |
| Hex | 96 | BC | 5D | 14 | 0 | 33 | 1A | 54 | 29 | 37 |
| Octal | 226 | 274 | 135 | 24 | 0 | 63 | 32 | 124 | 51 | 67 |
| Binary | 10010110 | 10111100 | 1011101 | 10100 | 0 | 110011 | 11010 | 1010100 | 101001 | 110111 |
Color Harmonies of #96BC5D
Complementary color
Monochromatic Colors of #96BC5D
Black with #96BC5D
Text Example
Text Example
White with #96BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC5D; }
p { color: rgb(150,188,93); }
H1.HeaderClassName
{
color: #96BC5D;
}
.AnyTagClassName
{
color: #96BC5D;
}
</style>
background-color css
<style>
a { background-color: #96BC5D; }
a { background-color: rgb(150,188,93); }
div.DivClassName
{
background-color: #96BC5D;
}
.BgClassName
{
background-color: #96BC5D;
}
</style>
border-color css
<style>
span { border-color: #96BC5D; }
span { border-color: rgb(150,188,93); }
td.TdClassName
{
border-color: #96BC5D;
}
.TagClassName
{
border-color: #96BC5D;
}
</style>