Shades of Olivine #9BC16D
Tints of Olivine #9BC16D
RGB
CMYK
RGB Variations
Color information
#9BC16D (or 0x9BC16D) is known color: Olivine. HEX triplet: 9B, C1 and 6D. RGB value is (155,193,109). Sum of RGB (Red+Green+Blue) = 155+193+109=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC16D is #643E92. Grayscale: #ACACAC. Windows color (decimal): -6569619 or 7192987. OLE color: 7192987.
HSL color Cylindrical-coordinate representation of color #9BC16D: hue angle of 87.14º degrees, saturation: 0.4, 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 #9BC16D is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 109 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.24 |
| HSL | 87.14º | 0.4% | 0.59% | - |
| HSV(B) | 87.14º | 0.44% | 0.76% | - |
| XYZ | 35.35 | 46.21 | 21.52 | - |
| YUV | 172.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 109 | 0.20 | 0 | 0.44 | 0.24 | 87.14 | 0.4 | 0.59 |
| Hex | 9B | C1 | 6D | 14 | 0 | 2C | 18 | 57 | 28 | 3B |
| Octal | 233 | 301 | 155 | 24 | 0 | 54 | 30 | 127 | 50 | 73 |
| Binary | 10011011 | 11000001 | 1101101 | 10100 | 0 | 101100 | 11000 | 1010111 | 101000 | 111011 |
Color Harmonies of #9BC16D
Complementary color
Monochromatic Colors of #9BC16D
Black with #9BC16D
Text Example
Text Example
White with #9BC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC16D; }
p { color: rgb(155,193,109); }
H1.HeaderClassName
{
color: #9BC16D;
}
.AnyTagClassName
{
color: #9BC16D;
}
</style>
background-color css
<style>
a { background-color: #9BC16D; }
a { background-color: rgb(155,193,109); }
div.DivClassName
{
background-color: #9BC16D;
}
.BgClassName
{
background-color: #9BC16D;
}
</style>
border-color css
<style>
span { border-color: #9BC16D; }
span { border-color: rgb(155,193,109); }
td.TdClassName
{
border-color: #9BC16D;
}
.TagClassName
{
border-color: #9BC16D;
}
</style>