Shades of Olive #988B02
Tints of Olive #988B02
RGB
CMYK
RGB Variations
Color information
#988B02 (or 0x988B02) is known color: Olive. HEX triplet: 98, 8B and 02. RGB value is (152,139,2). Sum of RGB (Red+Green+Blue) = 152+139+2=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #988B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988B02 is #6774FD. Grayscale: #7F7F7F. Windows color (decimal): -6780158 or 166808. OLE color: 166808.
HSL color Cylindrical-coordinate representation of color #988B02: hue angle of 54.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #988B02 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.40 |
| HSL | 54.8º | 0.97% | 0.3% | - |
| HSV(B) | 54.8º | 0.99% | 0.6% | - |
| XYZ | 22.19 | 25.15 | 3.74 | - |
| YUV | 127.27 | 57.31 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 2 | 0 | 0.09 | 0.99 | 0.40 | 54.8 | 0.97 | 0.3 |
| Hex | 98 | 8B | 2 | 0 | 9 | 63 | 28 | 37 | 61 | 1E |
| Octal | 230 | 213 | 2 | 0 | 11 | 143 | 50 | 67 | 141 | 36 |
| Binary | 10011000 | 10001011 | 10 | 0 | 1001 | 1100011 | 101000 | 110111 | 1100001 | 11110 |
Color Harmonies of #988B02
Complementary color
Monochromatic Colors of #988B02
Black with #988B02
Text Example
Text Example
White with #988B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B02; }
p { color: rgb(152,139,2); }
H1.HeaderClassName
{
color: #988B02;
}
.AnyTagClassName
{
color: #988B02;
}
</style>
background-color css
<style>
a { background-color: #988B02; }
a { background-color: rgb(152,139,2); }
div.DivClassName
{
background-color: #988B02;
}
.BgClassName
{
background-color: #988B02;
}
</style>
border-color css
<style>
span { border-color: #988B02; }
span { border-color: rgb(152,139,2); }
td.TdClassName
{
border-color: #988B02;
}
.TagClassName
{
border-color: #988B02;
}
</style>