Shades of Olive #998201
Tints of Olive #998201
RGB
CMYK
RGB Variations
Color information
#998201 (or 0x998201) is known color: Olive. HEX triplet: 99, 82 and 01. RGB value is (153,130,1). Sum of RGB (Red+Green+Blue) = 153+130+1=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #998201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998201 is #667DFE. Grayscale: #7A7A7A. Windows color (decimal): -6716927 or 98969. OLE color: 98969.
HSL color Cylindrical-coordinate representation of color #998201: hue angle of 50.92º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #998201 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.4 |
| HSL | 50.92º | 0.99% | 0.3% | - |
| HSV(B) | 50.92º | 0.99% | 0.6% | - |
| XYZ | 21.12 | 22.74 | 3.3 | - |
| YUV | 122.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 1 | 0 | 0.15 | 0.99 | 0.4 | 50.92 | 0.99 | 0.3 |
| Hex | 99 | 82 | 1 | 0 | F | 63 | 28 | 33 | 63 | 1E |
| Octal | 231 | 202 | 1 | 0 | 17 | 143 | 50 | 63 | 143 | 36 |
| Binary | 10011001 | 10000010 | 1 | 0 | 1111 | 1100011 | 101000 | 110011 | 1100011 | 11110 |
Color Harmonies of #998201
Complementary color
Monochromatic Colors of #998201
Black with #998201
Text Example
Text Example
White with #998201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998201; }
p { color: rgb(153,130,1); }
H1.HeaderClassName
{
color: #998201;
}
.AnyTagClassName
{
color: #998201;
}
</style>
background-color css
<style>
a { background-color: #998201; }
a { background-color: rgb(153,130,1); }
div.DivClassName
{
background-color: #998201;
}
.BgClassName
{
background-color: #998201;
}
</style>
border-color css
<style>
span { border-color: #998201; }
span { border-color: rgb(153,130,1); }
td.TdClassName
{
border-color: #998201;
}
.TagClassName
{
border-color: #998201;
}
</style>