Shades of Olivine #9BC16C
Tints of Olivine #9BC16C
RGB
CMYK
RGB Variations
Color information
#9BC16C (or 0x9BC16C) is known color: Olivine. HEX triplet: 9B, C1 and 6C. RGB value is (155,193,108). Sum of RGB (Red+Green+Blue) = 155+193+108=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC16C is #643E93. Grayscale: #ACACAC. Windows color (decimal): -6569620 or 7127451. OLE color: 7127451.
HSL color Cylindrical-coordinate representation of color #9BC16C: hue angle of 86.82º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BC16C is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 108 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.24 |
| HSL | 86.82º | 0.41% | 0.59% | - |
| HSV(B) | 86.82º | 0.44% | 0.76% | - |
| XYZ | 35.29 | 46.19 | 21.24 | - |
| YUV | 171.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 108 | 0.20 | 0 | 0.44 | 0.24 | 86.82 | 0.41 | 0.59 |
| Hex | 9B | C1 | 6C | 14 | 0 | 2C | 18 | 57 | 29 | 3B |
| Octal | 233 | 301 | 154 | 24 | 0 | 54 | 30 | 127 | 51 | 73 |
| Binary | 10011011 | 11000001 | 1101100 | 10100 | 0 | 101100 | 11000 | 1010111 | 101001 | 111011 |
Color Harmonies of #9BC16C
Complementary color
Monochromatic Colors of #9BC16C
Black with #9BC16C
Text Example
Text Example
White with #9BC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC16C; }
p { color: rgb(155,193,108); }
H1.HeaderClassName
{
color: #9BC16C;
}
.AnyTagClassName
{
color: #9BC16C;
}
</style>
background-color css
<style>
a { background-color: #9BC16C; }
a { background-color: rgb(155,193,108); }
div.DivClassName
{
background-color: #9BC16C;
}
.BgClassName
{
background-color: #9BC16C;
}
</style>
border-color css
<style>
span { border-color: #9BC16C; }
span { border-color: rgb(155,193,108); }
td.TdClassName
{
border-color: #9BC16C;
}
.TagClassName
{
border-color: #9BC16C;
}
</style>