Shades of Grey Olive #9C9886
Tints of Grey Olive #9C9886
RGB
CMYK
RGB Variations
Color information
#9C9886 (or 0x9C9886) is known color: Grey Olive. HEX triplet: 9C, 98 and 86. RGB value is (156,152,134). Sum of RGB (Red+Green+Blue) = 156+152+134=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9886 is #636779. Grayscale: #979797. Windows color (decimal): -6514554 or 8820892. OLE color: 8820892.
HSL color Cylindrical-coordinate representation of color #9C9886: hue angle of 49.09º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C9886 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 152 | 134 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.39 |
| HSL | 49.09º | 0.1% | 0.57% | - |
| HSV(B) | 49.09º | 0.14% | 0.61% | - |
| XYZ | 29.24 | 31.25 | 27.04 | - |
| YUV | 151.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 134 | 0 | 0.03 | 0.14 | 0.39 | 49.09 | 0.1 | 0.57 |
| Hex | 9C | 98 | 86 | 0 | 3 | E | 27 | 31 | A | 39 |
| Octal | 234 | 230 | 206 | 0 | 3 | 16 | 47 | 61 | 12 | 71 |
| Binary | 10011100 | 10011000 | 10000110 | 0 | 11 | 1110 | 100111 | 110001 | 1010 | 111001 |
Color Harmonies of #9C9886
Complementary color
Monochromatic Colors of #9C9886
Black with #9C9886
Text Example
Text Example
White with #9C9886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9886; }
p { color: rgb(156,152,134); }
H1.HeaderClassName
{
color: #9C9886;
}
.AnyTagClassName
{
color: #9C9886;
}
</style>
background-color css
<style>
a { background-color: #9C9886; }
a { background-color: rgb(156,152,134); }
div.DivClassName
{
background-color: #9C9886;
}
.BgClassName
{
background-color: #9C9886;
}
</style>
border-color css
<style>
span { border-color: #9C9886; }
span { border-color: rgb(156,152,134); }
td.TdClassName
{
border-color: #9C9886;
}
.TagClassName
{
border-color: #9C9886;
}
</style>