Shades of Olive #989601
Tints of Olive #989601
RGB
CMYK
RGB Variations
Color information
#989601 (or 0x989601) is known color: Olive. HEX triplet: 98, 96 and 01. RGB value is (152,150,1). Sum of RGB (Red+Green+Blue) = 152+150+1=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #989601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989601 is #6769FE. Grayscale: #868686. Windows color (decimal): -6777343 or 104088. OLE color: 104088.
HSL color Cylindrical-coordinate representation of color #989601: hue angle of 59.21º 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 #989601 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 150 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.40 |
| HSL | 59.21º | 0.99% | 0.3% | - |
| HSV(B) | 59.21º | 0.99% | 0.6% | - |
| XYZ | 23.86 | 28.49 | 4.27 | - |
| YUV | 133.61 | 53.16 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 1 | 0 | 0.01 | 0.99 | 0.40 | 59.21 | 0.99 | 0.3 |
| Hex | 98 | 96 | 1 | 0 | 1 | 63 | 28 | 3B | 63 | 1E |
| Octal | 230 | 226 | 1 | 0 | 1 | 143 | 50 | 73 | 143 | 36 |
| Binary | 10011000 | 10010110 | 1 | 0 | 1 | 1100011 | 101000 | 111011 | 1100011 | 11110 |
Color Harmonies of #989601
Complementary color
Monochromatic Colors of #989601
Black with #989601
Text Example
Text Example
White with #989601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989601; }
p { color: rgb(152,150,1); }
H1.HeaderClassName
{
color: #989601;
}
.AnyTagClassName
{
color: #989601;
}
</style>
background-color css
<style>
a { background-color: #989601; }
a { background-color: rgb(152,150,1); }
div.DivClassName
{
background-color: #989601;
}
.BgClassName
{
background-color: #989601;
}
</style>
border-color css
<style>
span { border-color: #989601; }
span { border-color: rgb(152,150,1); }
td.TdClassName
{
border-color: #989601;
}
.TagClassName
{
border-color: #989601;
}
</style>