Shades of Olivine #9BC86C
Tints of Olivine #9BC86C
RGB
CMYK
RGB Variations
Color information
#9BC86C (or 0x9BC86C) is known color: Olivine. HEX triplet: 9B, C8 and 6C. RGB value is (155,200,108). Sum of RGB (Red+Green+Blue) = 155+200+108=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC86C is #643793. Grayscale: #B0B0B0. Windows color (decimal): -6567828 or 7129243. OLE color: 7129243.
HSL color Cylindrical-coordinate representation of color #9BC86C: hue angle of 89.35º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BC86C is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 108 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.22 |
| HSL | 89.35º | 0.46% | 0.6% | - |
| HSV(B) | 89.35º | 0.46% | 0.78% | - |
| XYZ | 36.88 | 49.36 | 21.77 | - |
| YUV | 176.06 | 89.59 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 108 | 0.22 | 0 | 0.46 | 0.22 | 89.35 | 0.46 | 0.6 |
| Hex | 9B | C8 | 6C | 16 | 0 | 2E | 16 | 59 | 2E | 3C |
| Octal | 233 | 310 | 154 | 26 | 0 | 56 | 26 | 131 | 56 | 74 |
| Binary | 10011011 | 11001000 | 1101100 | 10110 | 0 | 101110 | 10110 | 1011001 | 101110 | 111100 |
Color Harmonies of #9BC86C
Complementary color
Monochromatic Colors of #9BC86C
Black with #9BC86C
Text Example
Text Example
White with #9BC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC86C; }
p { color: rgb(155,200,108); }
H1.HeaderClassName
{
color: #9BC86C;
}
.AnyTagClassName
{
color: #9BC86C;
}
</style>
background-color css
<style>
a { background-color: #9BC86C; }
a { background-color: rgb(155,200,108); }
div.DivClassName
{
background-color: #9BC86C;
}
.BgClassName
{
background-color: #9BC86C;
}
</style>
border-color css
<style>
span { border-color: #9BC86C; }
span { border-color: rgb(155,200,108); }
td.TdClassName
{
border-color: #9BC86C;
}
.TagClassName
{
border-color: #9BC86C;
}
</style>