Shades of Olivine #9BC164
Tints of Olivine #9BC164
RGB
CMYK
RGB Variations
Color information
#9BC164 (or 0x9BC164) is known color: Olivine. HEX triplet: 9B, C1 and 64. RGB value is (155,193,100). Sum of RGB (Red+Green+Blue) = 155+193+100=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC164 is #643E9B. Grayscale: #ABABAB. Windows color (decimal): -6569628 or 6603163. OLE color: 6603163.
HSL color Cylindrical-coordinate representation of color #9BC164: hue angle of 84.52º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BC164 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 100 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.24 |
| HSL | 84.52º | 0.43% | 0.57% | - |
| HSV(B) | 84.52º | 0.48% | 0.76% | - |
| XYZ | 34.89 | 46.03 | 19.1 | - |
| YUV | 171.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 100 | 0.20 | 0 | 0.48 | 0.24 | 84.52 | 0.43 | 0.57 |
| Hex | 9B | C1 | 64 | 14 | 0 | 30 | 18 | 55 | 2B | 39 |
| Octal | 233 | 301 | 144 | 24 | 0 | 60 | 30 | 125 | 53 | 71 |
| Binary | 10011011 | 11000001 | 1100100 | 10100 | 0 | 110000 | 11000 | 1010101 | 101011 | 111001 |
Color Harmonies of #9BC164
Complementary color
Monochromatic Colors of #9BC164
Black with #9BC164
Text Example
Text Example
White with #9BC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC164; }
p { color: rgb(155,193,100); }
H1.HeaderClassName
{
color: #9BC164;
}
.AnyTagClassName
{
color: #9BC164;
}
</style>
background-color css
<style>
a { background-color: #9BC164; }
a { background-color: rgb(155,193,100); }
div.DivClassName
{
background-color: #9BC164;
}
.BgClassName
{
background-color: #9BC164;
}
</style>
border-color css
<style>
span { border-color: #9BC164; }
span { border-color: rgb(155,193,100); }
td.TdClassName
{
border-color: #9BC164;
}
.TagClassName
{
border-color: #9BC164;
}
</style>