Shades of Olivine #9BAB82
Tints of Olivine #9BAB82
RGB
CMYK
RGB Variations
Color information
#9BAB82 (or 0x9BAB82) is known color: Olivine. HEX triplet: 9B, AB and 82. RGB value is (155,171,130). Sum of RGB (Red+Green+Blue) = 155+171+130=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB82 is #64547D. Grayscale: #A1A1A1. Windows color (decimal): -6575230 or 8563611. OLE color: 8563611.
HSL color Cylindrical-coordinate representation of color #9BAB82: hue angle of 83.41º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BAB82 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 130 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.33 |
| HSL | 83.41º | 0.2% | 0.59% | - |
| HSV(B) | 83.41º | 0.24% | 0.67% | - |
| XYZ | 32.11 | 37.71 | 26.7 | - |
| YUV | 161.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 130 | 0.09 | 0 | 0.24 | 0.33 | 83.41 | 0.2 | 0.59 |
| Hex | 9B | AB | 82 | 9 | 0 | 18 | 21 | 53 | 14 | 3B |
| Octal | 233 | 253 | 202 | 11 | 0 | 30 | 41 | 123 | 24 | 73 |
| Binary | 10011011 | 10101011 | 10000010 | 1001 | 0 | 11000 | 100001 | 1010011 | 10100 | 111011 |
Color Harmonies of #9BAB82
Complementary color
Monochromatic Colors of #9BAB82
Black with #9BAB82
Text Example
Text Example
White with #9BAB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB82; }
p { color: rgb(155,171,130); }
H1.HeaderClassName
{
color: #9BAB82;
}
.AnyTagClassName
{
color: #9BAB82;
}
</style>
background-color css
<style>
a { background-color: #9BAB82; }
a { background-color: rgb(155,171,130); }
div.DivClassName
{
background-color: #9BAB82;
}
.BgClassName
{
background-color: #9BAB82;
}
</style>
border-color css
<style>
span { border-color: #9BAB82; }
span { border-color: rgb(155,171,130); }
td.TdClassName
{
border-color: #9BAB82;
}
.TagClassName
{
border-color: #9BAB82;
}
</style>