Shades of Olive #888200
Tints of Olive #888200
RGB
CMYK
RGB Variations
Color information
#888200 (or 0x888200) is known color: Olive. HEX triplet: 88, 82 and 00. RGB value is (136,130,0). Sum of RGB (Red+Green+Blue) = 136+130+0=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #888200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888200 is #777DFF. Grayscale: #757575. Windows color (decimal): -7831040 or 33416. OLE color: 33416.
HSL color Cylindrical-coordinate representation of color #888200: hue angle of 57.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #888200 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.47 |
| HSL | 57.35º | 1% | 0.27% | - |
| HSV(B) | 57.35º | 1% | 0.53% | - |
| XYZ | 18.14 | 21.2 | 3.14 | - |
| YUV | 116.97 | 61.99 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 0 | 0 | 0.04 | 1 | 0.47 | 57.35 | 1 | 0.27 |
| Hex | 88 | 82 | 0 | 0 | 4 | 64 | 2F | 39 | 64 | 1B |
| Octal | 210 | 202 | 0 | 0 | 4 | 144 | 57 | 71 | 144 | 33 |
| Binary | 10001000 | 10000010 | 0 | 0 | 100 | 1100100 | 101111 | 111001 | 1100100 | 11011 |
Color Harmonies of #888200
Complementary color
Monochromatic Colors of #888200
Black with #888200
Text Example
Text Example
White with #888200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888200; }
p { color: rgb(136,130,0); }
H1.HeaderClassName
{
color: #888200;
}
.AnyTagClassName
{
color: #888200;
}
</style>
background-color css
<style>
a { background-color: #888200; }
a { background-color: rgb(136,130,0); }
div.DivClassName
{
background-color: #888200;
}
.BgClassName
{
background-color: #888200;
}
</style>
border-color css
<style>
span { border-color: #888200; }
span { border-color: rgb(136,130,0); }
td.TdClassName
{
border-color: #888200;
}
.TagClassName
{
border-color: #888200;
}
</style>