Shades of Olive #9A8402
Tints of Olive #9A8402
RGB
CMYK
RGB Variations
Color information
#9A8402 (or 0x9A8402) is known color: Olive. HEX triplet: 9A, 84 and 02. RGB value is (154,132,2). Sum of RGB (Red+Green+Blue) = 154+132+2=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8402 is #657BFD. Grayscale: #7C7C7C. Windows color (decimal): -6650878 or 165018. OLE color: 165018.
HSL color Cylindrical-coordinate representation of color #9A8402: hue angle of 51.32º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A8402 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.40 |
| HSL | 51.32º | 0.97% | 0.31% | - |
| HSV(B) | 51.32º | 0.99% | 0.6% | - |
| XYZ | 21.59 | 23.38 | 3.43 | - |
| YUV | 123.76 | 59.29 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 2 | 0 | 0.14 | 0.99 | 0.40 | 51.32 | 0.97 | 0.31 |
| Hex | 9A | 84 | 2 | 0 | E | 63 | 28 | 33 | 61 | 1F |
| Octal | 232 | 204 | 2 | 0 | 16 | 143 | 50 | 63 | 141 | 37 |
| Binary | 10011010 | 10000100 | 10 | 0 | 1110 | 1100011 | 101000 | 110011 | 1100001 | 11111 |
Color Harmonies of #9A8402
Complementary color
Monochromatic Colors of #9A8402
Black with #9A8402
Text Example
Text Example
White with #9A8402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8402; }
p { color: rgb(154,132,2); }
H1.HeaderClassName
{
color: #9A8402;
}
.AnyTagClassName
{
color: #9A8402;
}
</style>
background-color css
<style>
a { background-color: #9A8402; }
a { background-color: rgb(154,132,2); }
div.DivClassName
{
background-color: #9A8402;
}
.BgClassName
{
background-color: #9A8402;
}
</style>
border-color css
<style>
span { border-color: #9A8402; }
span { border-color: rgb(154,132,2); }
td.TdClassName
{
border-color: #9A8402;
}
.TagClassName
{
border-color: #9A8402;
}
</style>