Shades of Olive #889200
Tints of Olive #889200
RGB
CMYK
RGB Variations
Color information
#889200 (or 0x889200) is known color: Olive. HEX triplet: 88, 92 and 00. RGB value is (136,146,0). Sum of RGB (Red+Green+Blue) = 136+146+0=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #889200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889200 is #776DFF. Grayscale: #7E7E7E. Windows color (decimal): -7826944 or 37512. OLE color: 37512.
HSL color Cylindrical-coordinate representation of color #889200: hue angle of 64.11º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #889200 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.43 |
| HSL | 64.11º | 1% | 0.29% | - |
| HSV(B) | 64.11º | 1% | 0.57% | - |
| XYZ | 20.43 | 25.79 | 3.9 | - |
| YUV | 126.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 0 | 0.07 | 0 | 1 | 0.43 | 64.11 | 1 | 0.29 |
| Hex | 88 | 92 | 0 | 7 | 0 | 64 | 2B | 40 | 64 | 1D |
| Octal | 210 | 222 | 0 | 7 | 0 | 144 | 53 | 100 | 144 | 35 |
| Binary | 10001000 | 10010010 | 0 | 111 | 0 | 1100100 | 101011 | 1000000 | 1100100 | 11101 |
Color Harmonies of #889200
Complementary color
Monochromatic Colors of #889200
Black with #889200
Text Example
Text Example
White with #889200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889200; }
p { color: rgb(136,146,0); }
H1.HeaderClassName
{
color: #889200;
}
.AnyTagClassName
{
color: #889200;
}
</style>
background-color css
<style>
a { background-color: #889200; }
a { background-color: rgb(136,146,0); }
div.DivClassName
{
background-color: #889200;
}
.BgClassName
{
background-color: #889200;
}
</style>
border-color css
<style>
span { border-color: #889200; }
span { border-color: rgb(136,146,0); }
td.TdClassName
{
border-color: #889200;
}
.TagClassName
{
border-color: #889200;
}
</style>