Shades of Grey Olive #9C9884
Tints of Grey Olive #9C9884
RGB
CMYK
RGB Variations
Color information
#9C9884 (or 0x9C9884) is known color: Grey Olive. HEX triplet: 9C, 98 and 84. RGB value is (156,152,132). Sum of RGB (Red+Green+Blue) = 156+152+132=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9884 is #63677B. Grayscale: #979797. Windows color (decimal): -6514556 or 8689820. OLE color: 8689820.
HSL color Cylindrical-coordinate representation of color #9C9884: hue angle of 50º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C9884 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 152 | 132 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.39 |
| HSL | 50º | 0.11% | 0.56% | - |
| HSV(B) | 50º | 0.15% | 0.61% | - |
| XYZ | 29.1 | 31.19 | 26.32 | - |
| YUV | 150.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 132 | 0 | 0.03 | 0.15 | 0.39 | 50 | 0.11 | 0.56 |
| Hex | 9C | 98 | 84 | 0 | 3 | F | 27 | 32 | B | 38 |
| Octal | 234 | 230 | 204 | 0 | 3 | 17 | 47 | 62 | 13 | 70 |
| Binary | 10011100 | 10011000 | 10000100 | 0 | 11 | 1111 | 100111 | 110010 | 1011 | 111000 |
Color Harmonies of #9C9884
Complementary color
Monochromatic Colors of #9C9884
Black with #9C9884
Text Example
Text Example
White with #9C9884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9884; }
p { color: rgb(156,152,132); }
H1.HeaderClassName
{
color: #9C9884;
}
.AnyTagClassName
{
color: #9C9884;
}
</style>
background-color css
<style>
a { background-color: #9C9884; }
a { background-color: rgb(156,152,132); }
div.DivClassName
{
background-color: #9C9884;
}
.BgClassName
{
background-color: #9C9884;
}
</style>
border-color css
<style>
span { border-color: #9C9884; }
span { border-color: rgb(156,152,132); }
td.TdClassName
{
border-color: #9C9884;
}
.TagClassName
{
border-color: #9C9884;
}
</style>