Shades of Olive #988202
Tints of Olive #988202
RGB
CMYK
RGB Variations
Color information
#988202 (or 0x988202) is known color: Olive. HEX triplet: 98, 82 and 02. RGB value is (152,130,2). Sum of RGB (Red+Green+Blue) = 152+130+2=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #988202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988202 is #677DFD. Grayscale: #7A7A7A. Windows color (decimal): -6782462 or 164504. OLE color: 164504.
HSL color Cylindrical-coordinate representation of color #988202: hue angle of 51.2º 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 #988202 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.40 |
| HSL | 51.2º | 0.97% | 0.3% | - |
| HSV(B) | 51.2º | 0.99% | 0.6% | - |
| XYZ | 20.94 | 22.65 | 3.32 | - |
| YUV | 121.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 2 | 0 | 0.14 | 0.99 | 0.40 | 51.2 | 0.97 | 0.3 |
| Hex | 98 | 82 | 2 | 0 | E | 63 | 28 | 33 | 61 | 1E |
| Octal | 230 | 202 | 2 | 0 | 16 | 143 | 50 | 63 | 141 | 36 |
| Binary | 10011000 | 10000010 | 10 | 0 | 1110 | 1100011 | 101000 | 110011 | 1100001 | 11110 |
Color Harmonies of #988202
Complementary color
Monochromatic Colors of #988202
Black with #988202
Text Example
Text Example
White with #988202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988202; }
p { color: rgb(152,130,2); }
H1.HeaderClassName
{
color: #988202;
}
.AnyTagClassName
{
color: #988202;
}
</style>
background-color css
<style>
a { background-color: #988202; }
a { background-color: rgb(152,130,2); }
div.DivClassName
{
background-color: #988202;
}
.BgClassName
{
background-color: #988202;
}
</style>
border-color css
<style>
span { border-color: #988202; }
span { border-color: rgb(152,130,2); }
td.TdClassName
{
border-color: #988202;
}
.TagClassName
{
border-color: #988202;
}
</style>