Shades of Bandicoot #888656
Tints of Bandicoot #888656
RGB
CMYK
RGB Variations
Color information
#888656 (or 0x888656) is known color: Bandicoot. HEX triplet: 88, 86 and 56. RGB value is (136,134,86). Sum of RGB (Red+Green+Blue) = 136+134+86=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #888656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888656 is #7779A9. Grayscale: #818181. Windows color (decimal): -7829930 or 5670536. OLE color: 5670536.
HSL color Cylindrical-coordinate representation of color #888656: hue angle of 57.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #888656 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 86 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.47 |
| HSL | 57.6º | 0.23% | 0.44% | - |
| HSV(B) | 57.6º | 0.37% | 0.53% | - |
| XYZ | 20.36 | 22.96 | 12.16 | - |
| YUV | 129.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 86 | 0 | 0.01 | 0.37 | 0.47 | 57.6 | 0.23 | 0.44 |
| Hex | 88 | 86 | 56 | 0 | 1 | 25 | 2F | 3A | 17 | 2C |
| Octal | 210 | 206 | 126 | 0 | 1 | 45 | 57 | 72 | 27 | 54 |
| Binary | 10001000 | 10000110 | 1010110 | 0 | 1 | 100101 | 101111 | 111010 | 10111 | 101100 |
Color Harmonies of #888656
Complementary color
Monochromatic Colors of #888656
Black with #888656
Text Example
Text Example
White with #888656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888656; }
p { color: rgb(136,134,86); }
H1.HeaderClassName
{
color: #888656;
}
.AnyTagClassName
{
color: #888656;
}
</style>
background-color css
<style>
a { background-color: #888656; }
a { background-color: rgb(136,134,86); }
div.DivClassName
{
background-color: #888656;
}
.BgClassName
{
background-color: #888656;
}
</style>
border-color css
<style>
span { border-color: #888656; }
span { border-color: rgb(136,134,86); }
td.TdClassName
{
border-color: #888656;
}
.TagClassName
{
border-color: #888656;
}
</style>