Shades of Olive #998403
Tints of Olive #998403
RGB
CMYK
RGB Variations
Color information
#998403 (or 0x998403) is known color: Olive. HEX triplet: 99, 84 and 03. RGB value is (153,132,3). Sum of RGB (Red+Green+Blue) = 153+132+3=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #998403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998403 is #667BFC. Grayscale: #7C7C7C. Windows color (decimal): -6716413 or 230553. OLE color: 230553.
HSL color Cylindrical-coordinate representation of color #998403: hue angle of 51.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #998403 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.4 |
| HSL | 51.6º | 0.96% | 0.31% | - |
| HSV(B) | 51.6º | 0.98% | 0.6% | - |
| XYZ | 21.4 | 23.28 | 3.45 | - |
| YUV | 123.57 | 59.96 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 3 | 0 | 0.14 | 0.98 | 0.4 | 51.6 | 0.96 | 0.31 |
| Hex | 99 | 84 | 3 | 0 | E | 62 | 28 | 34 | 60 | 1F |
| Octal | 231 | 204 | 3 | 0 | 16 | 142 | 50 | 64 | 140 | 37 |
| Binary | 10011001 | 10000100 | 11 | 0 | 1110 | 1100010 | 101000 | 110100 | 1100000 | 11111 |
Color Harmonies of #998403
Complementary color
Monochromatic Colors of #998403
Black with #998403
Text Example
Text Example
White with #998403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998403; }
p { color: rgb(153,132,3); }
H1.HeaderClassName
{
color: #998403;
}
.AnyTagClassName
{
color: #998403;
}
</style>
background-color css
<style>
a { background-color: #998403; }
a { background-color: rgb(153,132,3); }
div.DivClassName
{
background-color: #998403;
}
.BgClassName
{
background-color: #998403;
}
</style>
border-color css
<style>
span { border-color: #998403; }
span { border-color: rgb(153,132,3); }
td.TdClassName
{
border-color: #998403;
}
.TagClassName
{
border-color: #998403;
}
</style>