Shades of Olivine #9BB86D
Tints of Olivine #9BB86D
RGB
CMYK
RGB Variations
Color information
#9BB86D (or 0x9BB86D) is known color: Olivine. HEX triplet: 9B, B8 and 6D. RGB value is (155,184,109). Sum of RGB (Red+Green+Blue) = 155+184+109=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB86D is #644792. Grayscale: #A7A7A7. Windows color (decimal): -6571923 or 7190683. OLE color: 7190683.
HSL color Cylindrical-coordinate representation of color #9BB86D: hue angle of 83.2º 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 #9BB86D is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 184 | 109 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.28 |
| HSL | 83.2º | 0.35% | 0.57% | - |
| HSV(B) | 83.2º | 0.41% | 0.72% | - |
| XYZ | 33.42 | 42.35 | 20.88 | - |
| YUV | 166.78 | 95.39 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 109 | 0.16 | 0 | 0.41 | 0.28 | 83.2 | 0.35 | 0.57 |
| Hex | 9B | B8 | 6D | 10 | 0 | 29 | 1C | 53 | 23 | 39 |
| Octal | 233 | 270 | 155 | 20 | 0 | 51 | 34 | 123 | 43 | 71 |
| Binary | 10011011 | 10111000 | 1101101 | 10000 | 0 | 101001 | 11100 | 1010011 | 100011 | 111001 |
Color Harmonies of #9BB86D
Complementary color
Monochromatic Colors of #9BB86D
Black with #9BB86D
Text Example
Text Example
White with #9BB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB86D; }
p { color: rgb(155,184,109); }
H1.HeaderClassName
{
color: #9BB86D;
}
.AnyTagClassName
{
color: #9BB86D;
}
</style>
background-color css
<style>
a { background-color: #9BB86D; }
a { background-color: rgb(155,184,109); }
div.DivClassName
{
background-color: #9BB86D;
}
.BgClassName
{
background-color: #9BB86D;
}
</style>
border-color css
<style>
span { border-color: #9BB86D; }
span { border-color: rgb(155,184,109); }
td.TdClassName
{
border-color: #9BB86D;
}
.TagClassName
{
border-color: #9BB86D;
}
</style>