Shades of Olive #9C8402
Tints of Olive #9C8402
RGB
CMYK
RGB Variations
Color information
#9C8402 (or 0x9C8402) is known color: Olive. HEX triplet: 9C, 84 and 02. RGB value is (156,132,2). Sum of RGB (Red+Green+Blue) = 156+132+2=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8402 is #637BFD. Grayscale: #7C7C7C. Windows color (decimal): -6519806 or 165020. OLE color: 165020.
HSL color Cylindrical-coordinate representation of color #9C8402: hue angle of 50.65º degrees, saturation: 0.97, 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 #9C8402 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.39 |
| HSL | 50.65º | 0.97% | 0.31% | - |
| HSV(B) | 50.65º | 0.99% | 0.61% | - |
| XYZ | 21.97 | 23.57 | 3.45 | - |
| YUV | 124.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 2 | 0 | 0.15 | 0.99 | 0.39 | 50.65 | 0.97 | 0.31 |
| Hex | 9C | 84 | 2 | 0 | F | 63 | 27 | 33 | 61 | 1F |
| Octal | 234 | 204 | 2 | 0 | 17 | 143 | 47 | 63 | 141 | 37 |
| Binary | 10011100 | 10000100 | 10 | 0 | 1111 | 1100011 | 100111 | 110011 | 1100001 | 11111 |
Color Harmonies of #9C8402
Complementary color
Monochromatic Colors of #9C8402
Black with #9C8402
Text Example
Text Example
White with #9C8402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8402; }
p { color: rgb(156,132,2); }
H1.HeaderClassName
{
color: #9C8402;
}
.AnyTagClassName
{
color: #9C8402;
}
</style>
background-color css
<style>
a { background-color: #9C8402; }
a { background-color: rgb(156,132,2); }
div.DivClassName
{
background-color: #9C8402;
}
.BgClassName
{
background-color: #9C8402;
}
</style>
border-color css
<style>
span { border-color: #9C8402; }
span { border-color: rgb(156,132,2); }
td.TdClassName
{
border-color: #9C8402;
}
.TagClassName
{
border-color: #9C8402;
}
</style>