Shades of Bandicoot #888556
Tints of Bandicoot #888556
RGB
CMYK
RGB Variations
Color information
#888556 (or 0x888556) is known color: Bandicoot. HEX triplet: 88, 85 and 56. RGB value is (136,133,86). Sum of RGB (Red+Green+Blue) = 136+133+86=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #888556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888556 is #777AA9. Grayscale: #808080. Windows color (decimal): -7830186 or 5670280. OLE color: 5670280.
HSL color Cylindrical-coordinate representation of color #888556: hue angle of 56.4º 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 #888556 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 86 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.47 |
| HSL | 56.4º | 0.23% | 0.44% | - |
| HSV(B) | 56.4º | 0.37% | 0.53% | - |
| XYZ | 20.22 | 22.68 | 12.12 | - |
| YUV | 128.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 86 | 0 | 0.02 | 0.37 | 0.47 | 56.4 | 0.23 | 0.44 |
| Hex | 88 | 85 | 56 | 0 | 2 | 25 | 2F | 38 | 17 | 2C |
| Octal | 210 | 205 | 126 | 0 | 2 | 45 | 57 | 70 | 27 | 54 |
| Binary | 10001000 | 10000101 | 1010110 | 0 | 10 | 100101 | 101111 | 111000 | 10111 | 101100 |
Color Harmonies of #888556
Complementary color
Monochromatic Colors of #888556
Black with #888556
Text Example
Text Example
White with #888556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888556; }
p { color: rgb(136,133,86); }
H1.HeaderClassName
{
color: #888556;
}
.AnyTagClassName
{
color: #888556;
}
</style>
background-color css
<style>
a { background-color: #888556; }
a { background-color: rgb(136,133,86); }
div.DivClassName
{
background-color: #888556;
}
.BgClassName
{
background-color: #888556;
}
</style>
border-color css
<style>
span { border-color: #888556; }
span { border-color: rgb(136,133,86); }
td.TdClassName
{
border-color: #888556;
}
.TagClassName
{
border-color: #888556;
}
</style>