Shades of Olive #989201
Tints of Olive #989201
RGB
CMYK
RGB Variations
Color information
#989201 (or 0x989201) is known color: Olive. HEX triplet: 98, 92 and 01. RGB value is (152,146,1). Sum of RGB (Red+Green+Blue) = 152+146+1=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #989201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989201 is #676DFE. Grayscale: #838383. Windows color (decimal): -6778367 or 103064. OLE color: 103064.
HSL color Cylindrical-coordinate representation of color #989201: hue angle of 57.62º degrees, saturation: 0.99, 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 #989201 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.40 |
| HSL | 57.62º | 0.99% | 0.3% | - |
| HSV(B) | 57.62º | 0.99% | 0.6% | - |
| XYZ | 23.23 | 27.24 | 4.06 | - |
| YUV | 131.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 1 | 0 | 0.04 | 0.99 | 0.40 | 57.62 | 0.99 | 0.3 |
| Hex | 98 | 92 | 1 | 0 | 4 | 63 | 28 | 3A | 63 | 1E |
| Octal | 230 | 222 | 1 | 0 | 4 | 143 | 50 | 72 | 143 | 36 |
| Binary | 10011000 | 10010010 | 1 | 0 | 100 | 1100011 | 101000 | 111010 | 1100011 | 11110 |
Color Harmonies of #989201
Complementary color
Monochromatic Colors of #989201
Black with #989201
Text Example
Text Example
White with #989201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989201; }
p { color: rgb(152,146,1); }
H1.HeaderClassName
{
color: #989201;
}
.AnyTagClassName
{
color: #989201;
}
</style>
background-color css
<style>
a { background-color: #989201; }
a { background-color: rgb(152,146,1); }
div.DivClassName
{
background-color: #989201;
}
.BgClassName
{
background-color: #989201;
}
</style>
border-color css
<style>
span { border-color: #989201; }
span { border-color: rgb(152,146,1); }
td.TdClassName
{
border-color: #989201;
}
.TagClassName
{
border-color: #989201;
}
</style>