Shades of Bandicoot #888C53
Tints of Bandicoot #888C53
RGB
CMYK
RGB Variations
Color information
#888C53 (or 0x888C53) is known color: Bandicoot. HEX triplet: 88, 8C and 53. RGB value is (136,140,83). Sum of RGB (Red+Green+Blue) = 136+140+83=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 140 - color contains mainly: green. Hex color #888C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C53 is #7773AC. Grayscale: #848484. Windows color (decimal): -7828397 or 5475464. OLE color: 5475464.
HSL color Cylindrical-coordinate representation of color #888C53: hue angle of 64.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #888C53 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 83 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.45 |
| HSL | 64.21º | 0.26% | 0.44% | - |
| HSV(B) | 64.21º | 0.41% | 0.55% | - |
| XYZ | 21.09 | 24.61 | 11.82 | - |
| YUV | 132.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 83 | 0.03 | 0 | 0.41 | 0.45 | 64.21 | 0.26 | 0.44 |
| Hex | 88 | 8C | 53 | 3 | 0 | 29 | 2D | 40 | 1A | 2C |
| Octal | 210 | 214 | 123 | 3 | 0 | 51 | 55 | 100 | 32 | 54 |
| Binary | 10001000 | 10001100 | 1010011 | 11 | 0 | 101001 | 101101 | 1000000 | 11010 | 101100 |
Color Harmonies of #888C53
Complementary color
Monochromatic Colors of #888C53
Black with #888C53
Text Example
Text Example
White with #888C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C53; }
p { color: rgb(136,140,83); }
H1.HeaderClassName
{
color: #888C53;
}
.AnyTagClassName
{
color: #888C53;
}
</style>
background-color css
<style>
a { background-color: #888C53; }
a { background-color: rgb(136,140,83); }
div.DivClassName
{
background-color: #888C53;
}
.BgClassName
{
background-color: #888C53;
}
</style>
border-color css
<style>
span { border-color: #888C53; }
span { border-color: rgb(136,140,83); }
td.TdClassName
{
border-color: #888C53;
}
.TagClassName
{
border-color: #888C53;
}
</style>