Shades of Olive #999202
Tints of Olive #999202
RGB
CMYK
RGB Variations
Color information
#999202 (or 0x999202) is known color: Olive. HEX triplet: 99, 92 and 02. RGB value is (153,146,2). Sum of RGB (Red+Green+Blue) = 153+146+2=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #999202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999202 is #666DFD. Grayscale: #848484. Windows color (decimal): -6712830 or 168601. OLE color: 168601.
HSL color Cylindrical-coordinate representation of color #999202: hue angle of 57.22º degrees, saturation: 0.97, 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 #999202 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.4 |
| HSL | 57.22º | 0.97% | 0.3% | - |
| HSV(B) | 57.22º | 0.99% | 0.6% | - |
| XYZ | 23.43 | 27.33 | 4.1 | - |
| YUV | 131.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 2 | 0 | 0.05 | 0.99 | 0.4 | 57.22 | 0.97 | 0.3 |
| Hex | 99 | 92 | 2 | 0 | 5 | 63 | 28 | 39 | 61 | 1E |
| Octal | 231 | 222 | 2 | 0 | 5 | 143 | 50 | 71 | 141 | 36 |
| Binary | 10011001 | 10010010 | 10 | 0 | 101 | 1100011 | 101000 | 111001 | 1100001 | 11110 |
Color Harmonies of #999202
Complementary color
Monochromatic Colors of #999202
Black with #999202
Text Example
Text Example
White with #999202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999202; }
p { color: rgb(153,146,2); }
H1.HeaderClassName
{
color: #999202;
}
.AnyTagClassName
{
color: #999202;
}
</style>
background-color css
<style>
a { background-color: #999202; }
a { background-color: rgb(153,146,2); }
div.DivClassName
{
background-color: #999202;
}
.BgClassName
{
background-color: #999202;
}
</style>
border-color css
<style>
span { border-color: #999202; }
span { border-color: rgb(153,146,2); }
td.TdClassName
{
border-color: #999202;
}
.TagClassName
{
border-color: #999202;
}
</style>