Shades of Olive #988303
Tints of Olive #988303
RGB
CMYK
RGB Variations
Color information
#988303 (or 0x988303) is known color: Olive. HEX triplet: 98, 83 and 03. RGB value is (152,131,3). Sum of RGB (Red+Green+Blue) = 152+131+3=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #988303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988303 is #677CFC. Grayscale: #7B7B7B. Windows color (decimal): -6782205 or 230296. OLE color: 230296.
HSL color Cylindrical-coordinate representation of color #988303: hue angle of 51.54º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #988303 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 131 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.40 |
| HSL | 51.54º | 0.96% | 0.3% | - |
| HSV(B) | 51.54º | 0.98% | 0.6% | - |
| XYZ | 21.08 | 22.91 | 3.4 | - |
| YUV | 122.69 | 60.46 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 3 | 0 | 0.14 | 0.98 | 0.40 | 51.54 | 0.96 | 0.3 |
| Hex | 98 | 83 | 3 | 0 | E | 62 | 28 | 34 | 60 | 1E |
| Octal | 230 | 203 | 3 | 0 | 16 | 142 | 50 | 64 | 140 | 36 |
| Binary | 10011000 | 10000011 | 11 | 0 | 1110 | 1100010 | 101000 | 110100 | 1100000 | 11110 |
Color Harmonies of #988303
Complementary color
Monochromatic Colors of #988303
Black with #988303
Text Example
Text Example
White with #988303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988303; }
p { color: rgb(152,131,3); }
H1.HeaderClassName
{
color: #988303;
}
.AnyTagClassName
{
color: #988303;
}
</style>
background-color css
<style>
a { background-color: #988303; }
a { background-color: rgb(152,131,3); }
div.DivClassName
{
background-color: #988303;
}
.BgClassName
{
background-color: #988303;
}
</style>
border-color css
<style>
span { border-color: #988303; }
span { border-color: rgb(152,131,3); }
td.TdClassName
{
border-color: #988303;
}
.TagClassName
{
border-color: #988303;
}
</style>