Shades of Olive #989200
Tints of Olive #989200
RGB
CMYK
RGB Variations
Color information
#989200 (or 0x989200) is known color: Olive. HEX triplet: 98, 92 and 00. RGB value is (152,146,0). Sum of RGB (Red+Green+Blue) = 152+146+0=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #989200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989200 is #676DFF. Grayscale: #838383. Windows color (decimal): -6778368 or 37528. OLE color: 37528.
HSL color Cylindrical-coordinate representation of color #989200: hue angle of 57.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #989200 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.40 |
| HSL | 57.63º | 1% | 0.3% | - |
| HSV(B) | 57.63º | 1% | 0.6% | - |
| XYZ | 23.23 | 27.23 | 4.03 | - |
| YUV | 131.15 | 53.99 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 0 | 0 | 0.04 | 1 | 0.40 | 57.63 | 1 | 0.3 |
| Hex | 98 | 92 | 0 | 0 | 4 | 64 | 28 | 3A | 64 | 1E |
| Octal | 230 | 222 | 0 | 0 | 4 | 144 | 50 | 72 | 144 | 36 |
| Binary | 10011000 | 10010010 | 0 | 0 | 100 | 1100100 | 101000 | 111010 | 1100100 | 11110 |
Color Harmonies of #989200
Complementary color
Monochromatic Colors of #989200
Black with #989200
Text Example
Text Example
White with #989200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989200; }
p { color: rgb(152,146,0); }
H1.HeaderClassName
{
color: #989200;
}
.AnyTagClassName
{
color: #989200;
}
</style>
background-color css
<style>
a { background-color: #989200; }
a { background-color: rgb(152,146,0); }
div.DivClassName
{
background-color: #989200;
}
.BgClassName
{
background-color: #989200;
}
</style>
border-color css
<style>
span { border-color: #989200; }
span { border-color: rgb(152,146,0); }
td.TdClassName
{
border-color: #989200;
}
.TagClassName
{
border-color: #989200;
}
</style>