Shades of Olive #989501
Tints of Olive #989501
RGB
CMYK
RGB Variations
Color information
#989501 (or 0x989501) is known color: Olive. HEX triplet: 98, 95 and 01. RGB value is (152,149,1). Sum of RGB (Red+Green+Blue) = 152+149+1=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #989501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989501 is #676AFE. Grayscale: #858585. Windows color (decimal): -6777599 or 103832. OLE color: 103832.
HSL color Cylindrical-coordinate representation of color #989501: hue angle of 58.81º 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 #989501 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 149 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.40 |
| HSL | 58.81º | 0.99% | 0.3% | - |
| HSV(B) | 58.81º | 0.99% | 0.6% | - |
| XYZ | 23.7 | 28.17 | 4.22 | - |
| YUV | 133.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 1 | 0 | 0.02 | 0.99 | 0.40 | 58.81 | 0.99 | 0.3 |
| Hex | 98 | 95 | 1 | 0 | 2 | 63 | 28 | 3B | 63 | 1E |
| Octal | 230 | 225 | 1 | 0 | 2 | 143 | 50 | 73 | 143 | 36 |
| Binary | 10011000 | 10010101 | 1 | 0 | 10 | 1100011 | 101000 | 111011 | 1100011 | 11110 |
Color Harmonies of #989501
Complementary color
Monochromatic Colors of #989501
Black with #989501
Text Example
Text Example
White with #989501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989501; }
p { color: rgb(152,149,1); }
H1.HeaderClassName
{
color: #989501;
}
.AnyTagClassName
{
color: #989501;
}
</style>
background-color css
<style>
a { background-color: #989501; }
a { background-color: rgb(152,149,1); }
div.DivClassName
{
background-color: #989501;
}
.BgClassName
{
background-color: #989501;
}
</style>
border-color css
<style>
span { border-color: #989501; }
span { border-color: rgb(152,149,1); }
td.TdClassName
{
border-color: #989501;
}
.TagClassName
{
border-color: #989501;
}
</style>