Shades of Bandicoot #888A56
Tints of Bandicoot #888A56
RGB
CMYK
RGB Variations
Color information
#888A56 (or 0x888A56) is known color: Bandicoot. HEX triplet: 88, 8A and 56. RGB value is (136,138,86). Sum of RGB (Red+Green+Blue) = 136+138+86=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 138 - color contains mainly: green. Hex color #888A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A56 is #7775A9. Grayscale: #838383. Windows color (decimal): -7828906 or 5671560. OLE color: 5671560.
HSL color Cylindrical-coordinate representation of color #888A56: hue angle of 62.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888A56 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 86 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.46 |
| HSL | 62.31º | 0.23% | 0.44% | - |
| HSV(B) | 62.31º | 0.38% | 0.54% | - |
| XYZ | 20.92 | 24.08 | 12.35 | - |
| YUV | 131.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 86 | 0.01 | 0 | 0.38 | 0.46 | 62.31 | 0.23 | 0.44 |
| Hex | 88 | 8A | 56 | 1 | 0 | 26 | 2E | 3E | 17 | 2C |
| Octal | 210 | 212 | 126 | 1 | 0 | 46 | 56 | 76 | 27 | 54 |
| Binary | 10001000 | 10001010 | 1010110 | 1 | 0 | 100110 | 101110 | 111110 | 10111 | 101100 |
Color Harmonies of #888A56
Complementary color
Monochromatic Colors of #888A56
Black with #888A56
Text Example
Text Example
White with #888A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A56; }
p { color: rgb(136,138,86); }
H1.HeaderClassName
{
color: #888A56;
}
.AnyTagClassName
{
color: #888A56;
}
</style>
background-color css
<style>
a { background-color: #888A56; }
a { background-color: rgb(136,138,86); }
div.DivClassName
{
background-color: #888A56;
}
.BgClassName
{
background-color: #888A56;
}
</style>
border-color css
<style>
span { border-color: #888A56; }
span { border-color: rgb(136,138,86); }
td.TdClassName
{
border-color: #888A56;
}
.TagClassName
{
border-color: #888A56;
}
</style>