Shades of Olive #998400
Tints of Olive #998400
RGB
CMYK
RGB Variations
Color information
#998400 (or 0x998400) is known color: Olive. HEX triplet: 99, 84 and 00. RGB value is (153,132,0). Sum of RGB (Red+Green+Blue) = 153+132+0=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #998400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998400 is #667BFF. Grayscale: #7B7B7B. Windows color (decimal): -6716416 or 33945. OLE color: 33945.
HSL color Cylindrical-coordinate representation of color #998400: hue angle of 51.76º 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 #998400 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.4 |
| HSL | 51.76º | 1% | 0.3% | - |
| HSV(B) | 51.76º | 1% | 0.6% | - |
| XYZ | 21.39 | 23.27 | 3.37 | - |
| YUV | 123.23 | 58.46 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 0 | 0 | 0.14 | 1 | 0.4 | 51.76 | 1 | 0.3 |
| Hex | 99 | 84 | 0 | 0 | E | 64 | 28 | 34 | 64 | 1E |
| Octal | 231 | 204 | 0 | 0 | 16 | 144 | 50 | 64 | 144 | 36 |
| Binary | 10011001 | 10000100 | 0 | 0 | 1110 | 1100100 | 101000 | 110100 | 1100100 | 11110 |
Color Harmonies of #998400
Complementary color
Monochromatic Colors of #998400
Black with #998400
Text Example
Text Example
White with #998400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998400; }
p { color: rgb(153,132,0); }
H1.HeaderClassName
{
color: #998400;
}
.AnyTagClassName
{
color: #998400;
}
</style>
background-color css
<style>
a { background-color: #998400; }
a { background-color: rgb(153,132,0); }
div.DivClassName
{
background-color: #998400;
}
.BgClassName
{
background-color: #998400;
}
</style>
border-color css
<style>
span { border-color: #998400; }
span { border-color: rgb(153,132,0); }
td.TdClassName
{
border-color: #998400;
}
.TagClassName
{
border-color: #998400;
}
</style>