Shades of Olivine #9BB86C
Tints of Olivine #9BB86C
RGB
CMYK
RGB Variations
Color information
#9BB86C (or 0x9BB86C) is known color: Olivine. HEX triplet: 9B, B8 and 6C. RGB value is (155,184,108). Sum of RGB (Red+Green+Blue) = 155+184+108=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB86C is #644793. Grayscale: #A6A6A6. Windows color (decimal): -6571924 or 7125147. OLE color: 7125147.
HSL color Cylindrical-coordinate representation of color #9BB86C: hue angle of 82.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BB86C is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 184 | 108 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.28 |
| HSL | 82.89º | 0.35% | 0.57% | - |
| HSV(B) | 82.89º | 0.41% | 0.72% | - |
| XYZ | 33.36 | 42.33 | 20.6 | - |
| YUV | 166.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 108 | 0.16 | 0 | 0.41 | 0.28 | 82.89 | 0.35 | 0.57 |
| Hex | 9B | B8 | 6C | 10 | 0 | 29 | 1C | 53 | 23 | 39 |
| Octal | 233 | 270 | 154 | 20 | 0 | 51 | 34 | 123 | 43 | 71 |
| Binary | 10011011 | 10111000 | 1101100 | 10000 | 0 | 101001 | 11100 | 1010011 | 100011 | 111001 |
Color Harmonies of #9BB86C
Complementary color
Monochromatic Colors of #9BB86C
Black with #9BB86C
Text Example
Text Example
White with #9BB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB86C; }
p { color: rgb(155,184,108); }
H1.HeaderClassName
{
color: #9BB86C;
}
.AnyTagClassName
{
color: #9BB86C;
}
</style>
background-color css
<style>
a { background-color: #9BB86C; }
a { background-color: rgb(155,184,108); }
div.DivClassName
{
background-color: #9BB86C;
}
.BgClassName
{
background-color: #9BB86C;
}
</style>
border-color css
<style>
span { border-color: #9BB86C; }
span { border-color: rgb(155,184,108); }
td.TdClassName
{
border-color: #9BB86C;
}
.TagClassName
{
border-color: #9BB86C;
}
</style>