Shades of Bandicoot #888470
Tints of Bandicoot #888470
RGB
CMYK
RGB Variations
Color information
#888470 (or 0x888470) is known color: Bandicoot. HEX triplet: 88, 84 and 70. RGB value is (136,132,112). Sum of RGB (Red+Green+Blue) = 136+132+112=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #888470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888470 is #777B8F. Grayscale: #838383. Windows color (decimal): -7830416 or 7373960. OLE color: 7373960.
HSL color Cylindrical-coordinate representation of color #888470: hue angle of 50º 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 #888470 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 112 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.47 |
| HSL | 50º | 0.1% | 0.49% | - |
| HSV(B) | 50º | 0.18% | 0.53% | - |
| XYZ | 21.33 | 22.91 | 18.63 | - |
| YUV | 130.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 112 | 0 | 0.03 | 0.18 | 0.47 | 50 | 0.1 | 0.49 |
| Hex | 88 | 84 | 70 | 0 | 3 | 12 | 2F | 32 | A | 31 |
| Octal | 210 | 204 | 160 | 0 | 3 | 22 | 57 | 62 | 12 | 61 |
| Binary | 10001000 | 10000100 | 1110000 | 0 | 11 | 10010 | 101111 | 110010 | 1010 | 110001 |
Color Harmonies of #888470
Complementary color
Monochromatic Colors of #888470
Black with #888470
Text Example
Text Example
White with #888470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888470; }
p { color: rgb(136,132,112); }
H1.HeaderClassName
{
color: #888470;
}
.AnyTagClassName
{
color: #888470;
}
</style>
background-color css
<style>
a { background-color: #888470; }
a { background-color: rgb(136,132,112); }
div.DivClassName
{
background-color: #888470;
}
.BgClassName
{
background-color: #888470;
}
</style>
border-color css
<style>
span { border-color: #888470; }
span { border-color: rgb(136,132,112); }
td.TdClassName
{
border-color: #888470;
}
.TagClassName
{
border-color: #888470;
}
</style>