Shades of Bandicoot #888570
Tints of Bandicoot #888570
RGB
CMYK
RGB Variations
Color information
#888570 (or 0x888570) is known color: Bandicoot. HEX triplet: 88, 85 and 70. RGB value is (136,133,112). Sum of RGB (Red+Green+Blue) = 136+133+112=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #888570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888570 is #777A8F. Grayscale: #838383. Windows color (decimal): -7830160 or 7374216. OLE color: 7374216.
HSL color Cylindrical-coordinate representation of color #888570: hue angle of 52.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #888570 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 112 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.47 |
| HSL | 52.5º | 0.1% | 0.49% | - |
| HSV(B) | 52.5º | 0.18% | 0.53% | - |
| XYZ | 21.47 | 23.18 | 18.67 | - |
| YUV | 131.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 112 | 0 | 0.02 | 0.18 | 0.47 | 52.5 | 0.1 | 0.49 |
| Hex | 88 | 85 | 70 | 0 | 2 | 12 | 2F | 34 | A | 31 |
| Octal | 210 | 205 | 160 | 0 | 2 | 22 | 57 | 64 | 12 | 61 |
| Binary | 10001000 | 10000101 | 1110000 | 0 | 10 | 10010 | 101111 | 110100 | 1010 | 110001 |
Color Harmonies of #888570
Complementary color
Monochromatic Colors of #888570
Black with #888570
Text Example
Text Example
White with #888570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888570; }
p { color: rgb(136,133,112); }
H1.HeaderClassName
{
color: #888570;
}
.AnyTagClassName
{
color: #888570;
}
</style>
background-color css
<style>
a { background-color: #888570; }
a { background-color: rgb(136,133,112); }
div.DivClassName
{
background-color: #888570;
}
.BgClassName
{
background-color: #888570;
}
</style>
border-color css
<style>
span { border-color: #888570; }
span { border-color: rgb(136,133,112); }
td.TdClassName
{
border-color: #888570;
}
.TagClassName
{
border-color: #888570;
}
</style>