Shades of Olivine #96B882
Tints of Olivine #96B882
RGB
CMYK
RGB Variations
Color information
#96B882 (or 0x96B882) is known color: Olivine. HEX triplet: 96, B8 and 82. RGB value is (150,184,130). Sum of RGB (Red+Green+Blue) = 150+184+130=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #96B882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B882 is #69477D. Grayscale: #A7A7A7. Windows color (decimal): -6899582 or 8566934. OLE color: 8566934.
HSL color Cylindrical-coordinate representation of color #96B882: hue angle of 97.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96B882 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 184 | 130 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.28 |
| HSL | 97.78º | 0.28% | 0.62% | - |
| HSV(B) | 97.78º | 0.29% | 0.72% | - |
| XYZ | 33.75 | 42.38 | 27.52 | - |
| YUV | 167.68 | 106.74 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 130 | 0.18 | 0 | 0.29 | 0.28 | 97.78 | 0.28 | 0.62 |
| Hex | 96 | B8 | 82 | 12 | 0 | 1D | 1C | 62 | 1C | 3E |
| Octal | 226 | 270 | 202 | 22 | 0 | 35 | 34 | 142 | 34 | 76 |
| Binary | 10010110 | 10111000 | 10000010 | 10010 | 0 | 11101 | 11100 | 1100010 | 11100 | 111110 |
Color Harmonies of #96B882
Complementary color
Monochromatic Colors of #96B882
Black with #96B882
Text Example
Text Example
White with #96B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B882; }
p { color: rgb(150,184,130); }
H1.HeaderClassName
{
color: #96B882;
}
.AnyTagClassName
{
color: #96B882;
}
</style>
background-color css
<style>
a { background-color: #96B882; }
a { background-color: rgb(150,184,130); }
div.DivClassName
{
background-color: #96B882;
}
.BgClassName
{
background-color: #96B882;
}
</style>
border-color css
<style>
span { border-color: #96B882; }
span { border-color: rgb(150,184,130); }
td.TdClassName
{
border-color: #96B882;
}
.TagClassName
{
border-color: #96B882;
}
</style>