Shades of Olive #988300
Tints of Olive #988300
RGB
CMYK
RGB Variations
Color information
#988300 (or 0x988300) is known color: Olive. HEX triplet: 98, 83 and 00. RGB value is (152,131,0). Sum of RGB (Red+Green+Blue) = 152+131+0=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #988300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988300 is #677CFF. Grayscale: #7A7A7A. Windows color (decimal): -6782208 or 33688. OLE color: 33688.
HSL color Cylindrical-coordinate representation of color #988300: hue angle of 51.71º 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 #988300 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 131 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.40 |
| HSL | 51.71º | 1% | 0.3% | - |
| HSV(B) | 51.71º | 1% | 0.6% | - |
| XYZ | 21.07 | 22.91 | 3.31 | - |
| YUV | 122.35 | 58.96 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 0 | 0 | 0.14 | 1 | 0.40 | 51.71 | 1 | 0.3 |
| Hex | 98 | 83 | 0 | 0 | E | 64 | 28 | 34 | 64 | 1E |
| Octal | 230 | 203 | 0 | 0 | 16 | 144 | 50 | 64 | 144 | 36 |
| Binary | 10011000 | 10000011 | 0 | 0 | 1110 | 1100100 | 101000 | 110100 | 1100100 | 11110 |
Color Harmonies of #988300
Complementary color
Monochromatic Colors of #988300
Black with #988300
Text Example
Text Example
White with #988300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988300; }
p { color: rgb(152,131,0); }
H1.HeaderClassName
{
color: #988300;
}
.AnyTagClassName
{
color: #988300;
}
</style>
background-color css
<style>
a { background-color: #988300; }
a { background-color: rgb(152,131,0); }
div.DivClassName
{
background-color: #988300;
}
.BgClassName
{
background-color: #988300;
}
</style>
border-color css
<style>
span { border-color: #988300; }
span { border-color: rgb(152,131,0); }
td.TdClassName
{
border-color: #988300;
}
.TagClassName
{
border-color: #988300;
}
</style>