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