Shades of Olive #889402
Tints of Olive #889402
RGB
CMYK
RGB Variations
Color information
#889402 (or 0x889402) is known color: Olive. HEX triplet: 88, 94 and 02. RGB value is (136,148,2). Sum of RGB (Red+Green+Blue) = 136+148+2=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #889402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889402 is #776BFD. Grayscale: #808080. Windows color (decimal): -7826430 or 169096. OLE color: 169096.
HSL color Cylindrical-coordinate representation of color #889402: hue angle of 64.93º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #889402 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.42 |
| HSL | 64.93º | 0.97% | 0.29% | - |
| HSV(B) | 64.93º | 0.99% | 0.58% | - |
| XYZ | 20.75 | 26.42 | 4.06 | - |
| YUV | 127.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 2 | 0.08 | 0 | 0.99 | 0.42 | 64.93 | 0.97 | 0.29 |
| Hex | 88 | 94 | 2 | 8 | 0 | 63 | 2A | 41 | 61 | 1D |
| Octal | 210 | 224 | 2 | 10 | 0 | 143 | 52 | 101 | 141 | 35 |
| Binary | 10001000 | 10010100 | 10 | 1000 | 0 | 1100011 | 101010 | 1000001 | 1100001 | 11101 |
Color Harmonies of #889402
Complementary color
Monochromatic Colors of #889402
Black with #889402
Text Example
Text Example
White with #889402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889402; }
p { color: rgb(136,148,2); }
H1.HeaderClassName
{
color: #889402;
}
.AnyTagClassName
{
color: #889402;
}
</style>
background-color css
<style>
a { background-color: #889402; }
a { background-color: rgb(136,148,2); }
div.DivClassName
{
background-color: #889402;
}
.BgClassName
{
background-color: #889402;
}
</style>
border-color css
<style>
span { border-color: #889402; }
span { border-color: rgb(136,148,2); }
td.TdClassName
{
border-color: #889402;
}
.TagClassName
{
border-color: #889402;
}
</style>