Shades of Olive #998203
Tints of Olive #998203
RGB
CMYK
RGB Variations
Color information
#998203 (or 0x998203) is known color: Olive. HEX triplet: 99, 82 and 03. RGB value is (153,130,3). Sum of RGB (Red+Green+Blue) = 153+130+3=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #998203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998203 is #667DFC. Grayscale: #7A7A7A. Windows color (decimal): -6716925 or 230041. OLE color: 230041.
HSL color Cylindrical-coordinate representation of color #998203: hue angle of 50.8º 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 #998203 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.4 |
| HSL | 50.8º | 0.96% | 0.31% | - |
| HSV(B) | 50.8º | 0.98% | 0.6% | - |
| XYZ | 21.14 | 22.74 | 3.36 | - |
| YUV | 122.4 | 60.62 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 3 | 0 | 0.15 | 0.98 | 0.4 | 50.8 | 0.96 | 0.31 |
| Hex | 99 | 82 | 3 | 0 | F | 62 | 28 | 33 | 60 | 1F |
| Octal | 231 | 202 | 3 | 0 | 17 | 142 | 50 | 63 | 140 | 37 |
| Binary | 10011001 | 10000010 | 11 | 0 | 1111 | 1100010 | 101000 | 110011 | 1100000 | 11111 |
Color Harmonies of #998203
Complementary color
Monochromatic Colors of #998203
Black with #998203
Text Example
Text Example
White with #998203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998203; }
p { color: rgb(153,130,3); }
H1.HeaderClassName
{
color: #998203;
}
.AnyTagClassName
{
color: #998203;
}
</style>
background-color css
<style>
a { background-color: #998203; }
a { background-color: rgb(153,130,3); }
div.DivClassName
{
background-color: #998203;
}
.BgClassName
{
background-color: #998203;
}
</style>
border-color css
<style>
span { border-color: #998203; }
span { border-color: rgb(153,130,3); }
td.TdClassName
{
border-color: #998203;
}
.TagClassName
{
border-color: #998203;
}
</style>