Shades of Olive #988204
Tints of Olive #988204
RGB
CMYK
RGB Variations
Color information
#988204 (or 0x988204) is known color: Olive. HEX triplet: 98, 82 and 04. RGB value is (152,130,4). Sum of RGB (Red+Green+Blue) = 152+130+4=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #988204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988204 is #677DFB. Grayscale: #7A7A7A. Windows color (decimal): -6782460 or 295576. OLE color: 295576.
HSL color Cylindrical-coordinate representation of color #988204: hue angle of 51.08º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #988204 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 4 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.40 |
| HSL | 51.08º | 0.95% | 0.31% | - |
| HSV(B) | 51.08º | 0.97% | 0.6% | - |
| XYZ | 20.95 | 22.65 | 3.38 | - |
| YUV | 122.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 4 | 0 | 0.14 | 0.97 | 0.40 | 51.08 | 0.95 | 0.31 |
| Hex | 98 | 82 | 4 | 0 | E | 61 | 28 | 33 | 5F | 1F |
| Octal | 230 | 202 | 4 | 0 | 16 | 141 | 50 | 63 | 137 | 37 |
| Binary | 10011000 | 10000010 | 100 | 0 | 1110 | 1100001 | 101000 | 110011 | 1011111 | 11111 |
Color Harmonies of #988204
Complementary color
Monochromatic Colors of #988204
Black with #988204
Text Example
Text Example
White with #988204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988204; }
p { color: rgb(152,130,4); }
H1.HeaderClassName
{
color: #988204;
}
.AnyTagClassName
{
color: #988204;
}
</style>
background-color css
<style>
a { background-color: #988204; }
a { background-color: rgb(152,130,4); }
div.DivClassName
{
background-color: #988204;
}
.BgClassName
{
background-color: #988204;
}
</style>
border-color css
<style>
span { border-color: #988204; }
span { border-color: rgb(152,130,4); }
td.TdClassName
{
border-color: #988204;
}
.TagClassName
{
border-color: #988204;
}
</style>