Shades of Olive #9A8200
Tints of Olive #9A8200
RGB
CMYK
RGB Variations
Color information
#9A8200 (or 0x9A8200) is known color: Olive. HEX triplet: 9A, 82 and 00. RGB value is (154,130,0). Sum of RGB (Red+Green+Blue) = 154+130+0=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8200 is #657DFF. Grayscale: #7A7A7A. Windows color (decimal): -6651392 or 33434. OLE color: 33434.
HSL color Cylindrical-coordinate representation of color #9A8200: hue angle of 50.65º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A8200 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 130 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.40 |
| HSL | 50.65º | 1% | 0.3% | - |
| HSV(B) | 50.65º | 1% | 0.6% | - |
| XYZ | 21.31 | 22.84 | 3.28 | - |
| YUV | 122.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 0 | 0 | 0.16 | 1 | 0.40 | 50.65 | 1 | 0.3 |
| Hex | 9A | 82 | 0 | 0 | 10 | 64 | 28 | 33 | 64 | 1E |
| Octal | 232 | 202 | 0 | 0 | 20 | 144 | 50 | 63 | 144 | 36 |
| Binary | 10011010 | 10000010 | 0 | 0 | 10000 | 1100100 | 101000 | 110011 | 1100100 | 11110 |
Color Harmonies of #9A8200
Complementary color
Monochromatic Colors of #9A8200
Black with #9A8200
Text Example
Text Example
White with #9A8200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8200; }
p { color: rgb(154,130,0); }
H1.HeaderClassName
{
color: #9A8200;
}
.AnyTagClassName
{
color: #9A8200;
}
</style>
background-color css
<style>
a { background-color: #9A8200; }
a { background-color: rgb(154,130,0); }
div.DivClassName
{
background-color: #9A8200;
}
.BgClassName
{
background-color: #9A8200;
}
</style>
border-color css
<style>
span { border-color: #9A8200; }
span { border-color: rgb(154,130,0); }
td.TdClassName
{
border-color: #9A8200;
}
.TagClassName
{
border-color: #9A8200;
}
</style>