Shades of Bandicoot #888562
Tints of Bandicoot #888562
RGB
CMYK
RGB Variations
Color information
#888562 (or 0x888562) is known color: Bandicoot. HEX triplet: 88, 85 and 62. RGB value is (136,133,98). Sum of RGB (Red+Green+Blue) = 136+133+98=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #888562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888562 is #777A9D. Grayscale: #828282. Windows color (decimal): -7830174 or 6456712. OLE color: 6456712.
HSL color Cylindrical-coordinate representation of color #888562: hue angle of 55.26º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #888562 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 98 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.47 |
| HSL | 55.26º | 0.16% | 0.46% | - |
| HSV(B) | 55.26º | 0.28% | 0.53% | - |
| XYZ | 20.75 | 22.89 | 14.88 | - |
| YUV | 129.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 98 | 0 | 0.02 | 0.28 | 0.47 | 55.26 | 0.16 | 0.46 |
| Hex | 88 | 85 | 62 | 0 | 2 | 1C | 2F | 37 | 10 | 2E |
| Octal | 210 | 205 | 142 | 0 | 2 | 34 | 57 | 67 | 20 | 56 |
| Binary | 10001000 | 10000101 | 1100010 | 0 | 10 | 11100 | 101111 | 110111 | 10000 | 101110 |
Color Harmonies of #888562
Complementary color
Monochromatic Colors of #888562
Black with #888562
Text Example
Text Example
White with #888562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888562; }
p { color: rgb(136,133,98); }
H1.HeaderClassName
{
color: #888562;
}
.AnyTagClassName
{
color: #888562;
}
</style>
background-color css
<style>
a { background-color: #888562; }
a { background-color: rgb(136,133,98); }
div.DivClassName
{
background-color: #888562;
}
.BgClassName
{
background-color: #888562;
}
</style>
border-color css
<style>
span { border-color: #888562; }
span { border-color: rgb(136,133,98); }
td.TdClassName
{
border-color: #888562;
}
.TagClassName
{
border-color: #888562;
}
</style>