Shades of Bandicoot #888C52
Tints of Bandicoot #888C52
RGB
CMYK
RGB Variations
Color information
#888C52 (or 0x888C52) is known color: Bandicoot. HEX triplet: 88, 8C and 52. RGB value is (136,140,82). Sum of RGB (Red+Green+Blue) = 136+140+82=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 140 - color contains mainly: green. Hex color #888C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C52 is #7773AD. Grayscale: #848484. Windows color (decimal): -7828398 or 5409928. OLE color: 5409928.
HSL color Cylindrical-coordinate representation of color #888C52: hue angle of 64.14º 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 #888C52 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 82 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.45 |
| HSL | 64.14º | 0.26% | 0.44% | - |
| HSV(B) | 64.14º | 0.41% | 0.55% | - |
| XYZ | 21.05 | 24.6 | 11.62 | - |
| YUV | 132.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 82 | 0.03 | 0 | 0.41 | 0.45 | 64.14 | 0.26 | 0.44 |
| Hex | 88 | 8C | 52 | 3 | 0 | 29 | 2D | 40 | 1A | 2C |
| Octal | 210 | 214 | 122 | 3 | 0 | 51 | 55 | 100 | 32 | 54 |
| Binary | 10001000 | 10001100 | 1010010 | 11 | 0 | 101001 | 101101 | 1000000 | 11010 | 101100 |
Color Harmonies of #888C52
Complementary color
Monochromatic Colors of #888C52
Black with #888C52
Text Example
Text Example
White with #888C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C52; }
p { color: rgb(136,140,82); }
H1.HeaderClassName
{
color: #888C52;
}
.AnyTagClassName
{
color: #888C52;
}
</style>
background-color css
<style>
a { background-color: #888C52; }
a { background-color: rgb(136,140,82); }
div.DivClassName
{
background-color: #888C52;
}
.BgClassName
{
background-color: #888C52;
}
</style>
border-color css
<style>
span { border-color: #888C52; }
span { border-color: rgb(136,140,82); }
td.TdClassName
{
border-color: #888C52;
}
.TagClassName
{
border-color: #888C52;
}
</style>