Shades of Olive #9C8401
Tints of Olive #9C8401
RGB
CMYK
RGB Variations
Color information
#9C8401 (or 0x9C8401) is known color: Olive. HEX triplet: 9C, 84 and 01. RGB value is (156,132,1). Sum of RGB (Red+Green+Blue) = 156+132+1=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8401 is #637BFE. Grayscale: #7C7C7C. Windows color (decimal): -6519807 or 99484. OLE color: 99484.
HSL color Cylindrical-coordinate representation of color #9C8401: hue angle of 50.71º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C8401 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.39 |
| HSL | 50.71º | 0.99% | 0.31% | - |
| HSV(B) | 50.71º | 0.99% | 0.61% | - |
| XYZ | 21.97 | 23.57 | 3.42 | - |
| YUV | 124.24 | 58.45 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 1 | 0 | 0.15 | 0.99 | 0.39 | 50.71 | 0.99 | 0.31 |
| Hex | 9C | 84 | 1 | 0 | F | 63 | 27 | 33 | 63 | 1F |
| Octal | 234 | 204 | 1 | 0 | 17 | 143 | 47 | 63 | 143 | 37 |
| Binary | 10011100 | 10000100 | 1 | 0 | 1111 | 1100011 | 100111 | 110011 | 1100011 | 11111 |
Color Harmonies of #9C8401
Complementary color
Monochromatic Colors of #9C8401
Black with #9C8401
Text Example
Text Example
White with #9C8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8401; }
p { color: rgb(156,132,1); }
H1.HeaderClassName
{
color: #9C8401;
}
.AnyTagClassName
{
color: #9C8401;
}
</style>
background-color css
<style>
a { background-color: #9C8401; }
a { background-color: rgb(156,132,1); }
div.DivClassName
{
background-color: #9C8401;
}
.BgClassName
{
background-color: #9C8401;
}
</style>
border-color css
<style>
span { border-color: #9C8401; }
span { border-color: rgb(156,132,1); }
td.TdClassName
{
border-color: #9C8401;
}
.TagClassName
{
border-color: #9C8401;
}
</style>