Shades of Olive #998303
Tints of Olive #998303
RGB
CMYK
RGB Variations
Color information
#998303 (or 0x998303) is known color: Olive. HEX triplet: 99, 83 and 03. RGB value is (153,131,3). Sum of RGB (Red+Green+Blue) = 153+131+3=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #998303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998303 is #667CFC. Grayscale: #7B7B7B. Windows color (decimal): -6716669 or 230297. OLE color: 230297.
HSL color Cylindrical-coordinate representation of color #998303: hue angle of 51.2º 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 #998303 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.4 |
| HSL | 51.2º | 0.96% | 0.31% | - |
| HSV(B) | 51.2º | 0.98% | 0.6% | - |
| XYZ | 21.27 | 23.01 | 3.41 | - |
| YUV | 122.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 3 | 0 | 0.14 | 0.98 | 0.4 | 51.2 | 0.96 | 0.31 |
| Hex | 99 | 83 | 3 | 0 | E | 62 | 28 | 33 | 60 | 1F |
| Octal | 231 | 203 | 3 | 0 | 16 | 142 | 50 | 63 | 140 | 37 |
| Binary | 10011001 | 10000011 | 11 | 0 | 1110 | 1100010 | 101000 | 110011 | 1100000 | 11111 |
Color Harmonies of #998303
Complementary color
Monochromatic Colors of #998303
Black with #998303
Text Example
Text Example
White with #998303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998303; }
p { color: rgb(153,131,3); }
H1.HeaderClassName
{
color: #998303;
}
.AnyTagClassName
{
color: #998303;
}
</style>
background-color css
<style>
a { background-color: #998303; }
a { background-color: rgb(153,131,3); }
div.DivClassName
{
background-color: #998303;
}
.BgClassName
{
background-color: #998303;
}
</style>
border-color css
<style>
span { border-color: #998303; }
span { border-color: rgb(153,131,3); }
td.TdClassName
{
border-color: #998303;
}
.TagClassName
{
border-color: #998303;
}
</style>