Shades of Bandicoot #88885D
Tints of Bandicoot #88885D
RGB
CMYK
RGB Variations
Color information
#88885D (or 0x88885D) is known color: Bandicoot. HEX triplet: 88, 88 and 5D. RGB value is (136,136,93). Sum of RGB (Red+Green+Blue) = 136+136+93=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88885D is #7777A2. Grayscale: #838383. Windows color (decimal): -7829411 or 6129800. OLE color: 6129800.
HSL color Cylindrical-coordinate representation of color #88885D: hue angle of 60º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88885D is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 93 | - |
| CMYK | 0 | 0 | 0.32 | 0.47 |
| HSL | 60º | 0.19% | 0.45% | - |
| HSV(B) | 60º | 0.32% | 0.53% | - |
| XYZ | 20.93 | 23.63 | 13.81 | - |
| YUV | 131.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 93 | 0 | 0 | 0.32 | 0.47 | 60 | 0.19 | 0.45 |
| Hex | 88 | 88 | 5D | 0 | 0 | 20 | 2F | 3C | 13 | 2D |
| Octal | 210 | 210 | 135 | 0 | 0 | 40 | 57 | 74 | 23 | 55 |
| Binary | 10001000 | 10001000 | 1011101 | 0 | 0 | 100000 | 101111 | 111100 | 10011 | 101101 |
Color Harmonies of #88885D
Complementary color
Monochromatic Colors of #88885D
Black with #88885D
Text Example
Text Example
White with #88885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88885D; }
p { color: rgb(136,136,93); }
H1.HeaderClassName
{
color: #88885D;
}
.AnyTagClassName
{
color: #88885D;
}
</style>
background-color css
<style>
a { background-color: #88885D; }
a { background-color: rgb(136,136,93); }
div.DivClassName
{
background-color: #88885D;
}
.BgClassName
{
background-color: #88885D;
}
</style>
border-color css
<style>
span { border-color: #88885D; }
span { border-color: rgb(136,136,93); }
td.TdClassName
{
border-color: #88885D;
}
.TagClassName
{
border-color: #88885D;
}
</style>