Shades of Olive #998902
Tints of Olive #998902
RGB
CMYK
RGB Variations
Color information
#998902 (or 0x998902) is known color: Olive. HEX triplet: 99, 89 and 02. RGB value is (153,137,2). Sum of RGB (Red+Green+Blue) = 153+137+2=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #998902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998902 is #6676FD. Grayscale: #7E7E7E. Windows color (decimal): -6715134 or 166297. OLE color: 166297.
HSL color Cylindrical-coordinate representation of color #998902: hue angle of 53.64º 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 #998902 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.4 |
| HSL | 53.64º | 0.97% | 0.3% | - |
| HSV(B) | 53.64º | 0.99% | 0.6% | - |
| XYZ | 22.09 | 24.67 | 3.65 | - |
| YUV | 126.39 | 57.8 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 2 | 0 | 0.10 | 0.99 | 0.4 | 53.64 | 0.97 | 0.3 |
| Hex | 99 | 89 | 2 | 0 | A | 63 | 28 | 36 | 61 | 1E |
| Octal | 231 | 211 | 2 | 0 | 12 | 143 | 50 | 66 | 141 | 36 |
| Binary | 10011001 | 10001001 | 10 | 0 | 1010 | 1100011 | 101000 | 110110 | 1100001 | 11110 |
Color Harmonies of #998902
Complementary color
Monochromatic Colors of #998902
Black with #998902
Text Example
Text Example
White with #998902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998902; }
p { color: rgb(153,137,2); }
H1.HeaderClassName
{
color: #998902;
}
.AnyTagClassName
{
color: #998902;
}
</style>
background-color css
<style>
a { background-color: #998902; }
a { background-color: rgb(153,137,2); }
div.DivClassName
{
background-color: #998902;
}
.BgClassName
{
background-color: #998902;
}
</style>
border-color css
<style>
span { border-color: #998902; }
span { border-color: rgb(153,137,2); }
td.TdClassName
{
border-color: #998902;
}
.TagClassName
{
border-color: #998902;
}
</style>