Shades of Grey Olive #9B9882
Tints of Grey Olive #9B9882
RGB
CMYK
RGB Variations
Color information
#9B9882 (or 0x9B9882) is known color: Grey Olive. HEX triplet: 9B, 98 and 82. RGB value is (155,152,130). Sum of RGB (Red+Green+Blue) = 155+152+130=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9882 is #64677D. Grayscale: #969696. Windows color (decimal): -6580094 or 8558747. OLE color: 8558747.
HSL color Cylindrical-coordinate representation of color #9B9882: hue angle of 52.8º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B9882 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 152 | 130 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.39 |
| HSL | 52.8º | 0.11% | 0.56% | - |
| HSV(B) | 52.8º | 0.16% | 0.61% | - |
| XYZ | 28.78 | 31.04 | 25.59 | - |
| YUV | 150.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 152 | 130 | 0 | 0.02 | 0.16 | 0.39 | 52.8 | 0.11 | 0.56 |
| Hex | 9B | 98 | 82 | 0 | 2 | 10 | 27 | 35 | B | 38 |
| Octal | 233 | 230 | 202 | 0 | 2 | 20 | 47 | 65 | 13 | 70 |
| Binary | 10011011 | 10011000 | 10000010 | 0 | 10 | 10000 | 100111 | 110101 | 1011 | 111000 |
Color Harmonies of #9B9882
Complementary color
Monochromatic Colors of #9B9882
Black with #9B9882
Text Example
Text Example
White with #9B9882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9882; }
p { color: rgb(155,152,130); }
H1.HeaderClassName
{
color: #9B9882;
}
.AnyTagClassName
{
color: #9B9882;
}
</style>
background-color css
<style>
a { background-color: #9B9882; }
a { background-color: rgb(155,152,130); }
div.DivClassName
{
background-color: #9B9882;
}
.BgClassName
{
background-color: #9B9882;
}
</style>
border-color css
<style>
span { border-color: #9B9882; }
span { border-color: rgb(155,152,130); }
td.TdClassName
{
border-color: #9B9882;
}
.TagClassName
{
border-color: #9B9882;
}
</style>