Shades of Olive #998500
Tints of Olive #998500
RGB
CMYK
RGB Variations
Color information
#998500 (or 0x998500) is known color: Olive. HEX triplet: 99, 85 and 00. RGB value is (153,133,0). Sum of RGB (Red+Green+Blue) = 153+133+0=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #998500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998500 is #667AFF. Grayscale: #7C7C7C. Windows color (decimal): -6716160 or 34201. OLE color: 34201.
HSL color Cylindrical-coordinate representation of color #998500: hue angle of 52.16º 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 #998500 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.4 |
| HSL | 52.16º | 1% | 0.3% | - |
| HSV(B) | 52.16º | 1% | 0.6% | - |
| XYZ | 21.52 | 23.55 | 3.41 | - |
| YUV | 123.82 | 58.13 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 0 | 0 | 0.13 | 1 | 0.4 | 52.16 | 1 | 0.3 |
| Hex | 99 | 85 | 0 | 0 | D | 64 | 28 | 34 | 64 | 1E |
| Octal | 231 | 205 | 0 | 0 | 15 | 144 | 50 | 64 | 144 | 36 |
| Binary | 10011001 | 10000101 | 0 | 0 | 1101 | 1100100 | 101000 | 110100 | 1100100 | 11110 |
Color Harmonies of #998500
Complementary color
Monochromatic Colors of #998500
Black with #998500
Text Example
Text Example
White with #998500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998500; }
p { color: rgb(153,133,0); }
H1.HeaderClassName
{
color: #998500;
}
.AnyTagClassName
{
color: #998500;
}
</style>
background-color css
<style>
a { background-color: #998500; }
a { background-color: rgb(153,133,0); }
div.DivClassName
{
background-color: #998500;
}
.BgClassName
{
background-color: #998500;
}
</style>
border-color css
<style>
span { border-color: #998500; }
span { border-color: rgb(153,133,0); }
td.TdClassName
{
border-color: #998500;
}
.TagClassName
{
border-color: #998500;
}
</style>