Shades of Olive #988502
Tints of Olive #988502
RGB
CMYK
RGB Variations
Color information
#988502 (or 0x988502) is known color: Olive. HEX triplet: 98, 85 and 02. RGB value is (152,133,2). Sum of RGB (Red+Green+Blue) = 152+133+2=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #988502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988502 is #677AFD. Grayscale: #7C7C7C. Windows color (decimal): -6781694 or 165272. OLE color: 165272.
HSL color Cylindrical-coordinate representation of color #988502: hue angle of 52.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 #988502 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.40 |
| HSL | 52.4º | 0.97% | 0.3% | - |
| HSV(B) | 52.4º | 0.99% | 0.6% | - |
| XYZ | 21.35 | 23.45 | 3.46 | - |
| YUV | 123.75 | 59.29 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 2 | 0 | 0.13 | 0.99 | 0.40 | 52.4 | 0.97 | 0.3 |
| Hex | 98 | 85 | 2 | 0 | D | 63 | 28 | 34 | 61 | 1E |
| Octal | 230 | 205 | 2 | 0 | 15 | 143 | 50 | 64 | 141 | 36 |
| Binary | 10011000 | 10000101 | 10 | 0 | 1101 | 1100011 | 101000 | 110100 | 1100001 | 11110 |
Color Harmonies of #988502
Complementary color
Monochromatic Colors of #988502
Black with #988502
Text Example
Text Example
White with #988502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988502; }
p { color: rgb(152,133,2); }
H1.HeaderClassName
{
color: #988502;
}
.AnyTagClassName
{
color: #988502;
}
</style>
background-color css
<style>
a { background-color: #988502; }
a { background-color: rgb(152,133,2); }
div.DivClassName
{
background-color: #988502;
}
.BgClassName
{
background-color: #988502;
}
</style>
border-color css
<style>
span { border-color: #988502; }
span { border-color: rgb(152,133,2); }
td.TdClassName
{
border-color: #988502;
}
.TagClassName
{
border-color: #988502;
}
</style>