Shades of Bandicoot #888956
Tints of Bandicoot #888956
RGB
CMYK
RGB Variations
Color information
#888956 (or 0x888956) is known color: Bandicoot. HEX triplet: 88, 89 and 56. RGB value is (136,137,86). Sum of RGB (Red+Green+Blue) = 136+137+86=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #888956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888956 is #7776A9. Grayscale: #838383. Windows color (decimal): -7829162 or 5671304. OLE color: 5671304.
HSL color Cylindrical-coordinate representation of color #888956: hue angle of 61.18º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #888956 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 137 | 86 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.46 |
| HSL | 61.18º | 0.23% | 0.44% | - |
| HSV(B) | 61.18º | 0.37% | 0.54% | - |
| XYZ | 20.78 | 23.8 | 12.3 | - |
| YUV | 130.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 86 | 0.01 | 0 | 0.37 | 0.46 | 61.18 | 0.23 | 0.44 |
| Hex | 88 | 89 | 56 | 1 | 0 | 25 | 2E | 3D | 17 | 2C |
| Octal | 210 | 211 | 126 | 1 | 0 | 45 | 56 | 75 | 27 | 54 |
| Binary | 10001000 | 10001001 | 1010110 | 1 | 0 | 100101 | 101110 | 111101 | 10111 | 101100 |
Color Harmonies of #888956
Complementary color
Monochromatic Colors of #888956
Black with #888956
Text Example
Text Example
White with #888956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888956; }
p { color: rgb(136,137,86); }
H1.HeaderClassName
{
color: #888956;
}
.AnyTagClassName
{
color: #888956;
}
</style>
background-color css
<style>
a { background-color: #888956; }
a { background-color: rgb(136,137,86); }
div.DivClassName
{
background-color: #888956;
}
.BgClassName
{
background-color: #888956;
}
</style>
border-color css
<style>
span { border-color: #888956; }
span { border-color: rgb(136,137,86); }
td.TdClassName
{
border-color: #888956;
}
.TagClassName
{
border-color: #888956;
}
</style>