Shades of Olive #988900
Tints of Olive #988900
RGB
CMYK
RGB Variations
Color information
#988900 (or 0x988900) is known color: Olive. HEX triplet: 98, 89 and 00. RGB value is (152,137,0). Sum of RGB (Red+Green+Blue) = 152+137+0=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #988900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988900 is #6776FF. Grayscale: #7E7E7E. Windows color (decimal): -6780672 or 35224. OLE color: 35224.
HSL color Cylindrical-coordinate representation of color #988900: hue angle of 54.08º 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 #988900 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 137 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.40 |
| HSL | 54.08º | 1% | 0.3% | - |
| HSV(B) | 54.08º | 1% | 0.6% | - |
| XYZ | 21.89 | 24.57 | 3.59 | - |
| YUV | 125.87 | 56.97 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 0 | 0 | 0.10 | 1 | 0.40 | 54.08 | 1 | 0.3 |
| Hex | 98 | 89 | 0 | 0 | A | 64 | 28 | 36 | 64 | 1E |
| Octal | 230 | 211 | 0 | 0 | 12 | 144 | 50 | 66 | 144 | 36 |
| Binary | 10011000 | 10001001 | 0 | 0 | 1010 | 1100100 | 101000 | 110110 | 1100100 | 11110 |
Color Harmonies of #988900
Complementary color
Monochromatic Colors of #988900
Black with #988900
Text Example
Text Example
White with #988900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988900; }
p { color: rgb(152,137,0); }
H1.HeaderClassName
{
color: #988900;
}
.AnyTagClassName
{
color: #988900;
}
</style>
background-color css
<style>
a { background-color: #988900; }
a { background-color: rgb(152,137,0); }
div.DivClassName
{
background-color: #988900;
}
.BgClassName
{
background-color: #988900;
}
</style>
border-color css
<style>
span { border-color: #988900; }
span { border-color: rgb(152,137,0); }
td.TdClassName
{
border-color: #988900;
}
.TagClassName
{
border-color: #988900;
}
</style>