Shades of Olive #998200
Tints of Olive #998200
RGB
CMYK
RGB Variations
Color information
#998200 (or 0x998200) is known color: Olive. HEX triplet: 99, 82 and 00. RGB value is (153,130,0). Sum of RGB (Red+Green+Blue) = 153+130+0=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #998200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998200 is #667DFF. Grayscale: #7A7A7A. Windows color (decimal): -6716928 or 33433. OLE color: 33433.
HSL color Cylindrical-coordinate representation of color #998200: hue angle of 50.98º 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 #998200 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.4 |
| HSL | 50.98º | 1% | 0.3% | - |
| HSV(B) | 50.98º | 1% | 0.6% | - |
| XYZ | 21.12 | 22.74 | 3.28 | - |
| YUV | 122.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 0 | 0 | 0.15 | 1 | 0.4 | 50.98 | 1 | 0.3 |
| Hex | 99 | 82 | 0 | 0 | F | 64 | 28 | 33 | 64 | 1E |
| Octal | 231 | 202 | 0 | 0 | 17 | 144 | 50 | 63 | 144 | 36 |
| Binary | 10011001 | 10000010 | 0 | 0 | 1111 | 1100100 | 101000 | 110011 | 1100100 | 11110 |
Color Harmonies of #998200
Complementary color
Monochromatic Colors of #998200
Black with #998200
Text Example
Text Example
White with #998200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998200; }
p { color: rgb(153,130,0); }
H1.HeaderClassName
{
color: #998200;
}
.AnyTagClassName
{
color: #998200;
}
</style>
background-color css
<style>
a { background-color: #998200; }
a { background-color: rgb(153,130,0); }
div.DivClassName
{
background-color: #998200;
}
.BgClassName
{
background-color: #998200;
}
</style>
border-color css
<style>
span { border-color: #998200; }
span { border-color: rgb(153,130,0); }
td.TdClassName
{
border-color: #998200;
}
.TagClassName
{
border-color: #998200;
}
</style>