Shades of Olive #889502
Tints of Olive #889502
RGB
CMYK
RGB Variations
Color information
#889502 (or 0x889502) is known color: Olive. HEX triplet: 88, 95 and 02. RGB value is (136,149,2). Sum of RGB (Red+Green+Blue) = 136+149+2=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #889502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889502 is #776AFD. Grayscale: #808080. Windows color (decimal): -7826174 or 169352. OLE color: 169352.
HSL color Cylindrical-coordinate representation of color #889502: hue angle of 65.31º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #889502 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 149 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.42 |
| HSL | 65.31º | 0.97% | 0.3% | - |
| HSV(B) | 65.31º | 0.99% | 0.58% | - |
| XYZ | 20.91 | 26.73 | 4.12 | - |
| YUV | 128.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 2 | 0.09 | 0 | 0.99 | 0.42 | 65.31 | 0.97 | 0.3 |
| Hex | 88 | 95 | 2 | 9 | 0 | 63 | 2A | 41 | 61 | 1E |
| Octal | 210 | 225 | 2 | 11 | 0 | 143 | 52 | 101 | 141 | 36 |
| Binary | 10001000 | 10010101 | 10 | 1001 | 0 | 1100011 | 101010 | 1000001 | 1100001 | 11110 |
Color Harmonies of #889502
Complementary color
Monochromatic Colors of #889502
Black with #889502
Text Example
Text Example
White with #889502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889502; }
p { color: rgb(136,149,2); }
H1.HeaderClassName
{
color: #889502;
}
.AnyTagClassName
{
color: #889502;
}
</style>
background-color css
<style>
a { background-color: #889502; }
a { background-color: rgb(136,149,2); }
div.DivClassName
{
background-color: #889502;
}
.BgClassName
{
background-color: #889502;
}
</style>
border-color css
<style>
span { border-color: #889502; }
span { border-color: rgb(136,149,2); }
td.TdClassName
{
border-color: #889502;
}
.TagClassName
{
border-color: #889502;
}
</style>