Shades of Olive #988002
Tints of Olive #988002
RGB
CMYK
RGB Variations
Color information
#988002 (or 0x988002) is known color: Olive. HEX triplet: 98, 80 and 02. RGB value is (152,128,2). Sum of RGB (Red+Green+Blue) = 152+128+2=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #988002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988002 is #677FFD. Grayscale: #797979. Windows color (decimal): -6782974 or 163992. OLE color: 163992.
HSL color Cylindrical-coordinate representation of color #988002: hue angle of 50.4º 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 #988002 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 128 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.40 |
| HSL | 50.4º | 0.97% | 0.3% | - |
| HSV(B) | 50.4º | 0.99% | 0.6% | - |
| XYZ | 20.68 | 22.12 | 3.24 | - |
| YUV | 120.81 | 60.95 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 2 | 0 | 0.16 | 0.99 | 0.40 | 50.4 | 0.97 | 0.3 |
| Hex | 98 | 80 | 2 | 0 | 10 | 63 | 28 | 32 | 61 | 1E |
| Octal | 230 | 200 | 2 | 0 | 20 | 143 | 50 | 62 | 141 | 36 |
| Binary | 10011000 | 10000000 | 10 | 0 | 10000 | 1100011 | 101000 | 110010 | 1100001 | 11110 |
Color Harmonies of #988002
Complementary color
Monochromatic Colors of #988002
Black with #988002
Text Example
Text Example
White with #988002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988002; }
p { color: rgb(152,128,2); }
H1.HeaderClassName
{
color: #988002;
}
.AnyTagClassName
{
color: #988002;
}
</style>
background-color css
<style>
a { background-color: #988002; }
a { background-color: rgb(152,128,2); }
div.DivClassName
{
background-color: #988002;
}
.BgClassName
{
background-color: #988002;
}
</style>
border-color css
<style>
span { border-color: #988002; }
span { border-color: rgb(152,128,2); }
td.TdClassName
{
border-color: #988002;
}
.TagClassName
{
border-color: #988002;
}
</style>