Shades of Bandicoot #888C54
Tints of Bandicoot #888C54
RGB
CMYK
RGB Variations
Color information
#888C54 (or 0x888C54) is known color: Bandicoot. HEX triplet: 88, 8C and 54. RGB value is (136,140,84). Sum of RGB (Red+Green+Blue) = 136+140+84=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 140 - color contains mainly: green. Hex color #888C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C54 is #7773AB. Grayscale: #848484. Windows color (decimal): -7828396 or 5541000. OLE color: 5541000.
HSL color Cylindrical-coordinate representation of color #888C54: hue angle of 64.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #888C54 is Cyan = 0.03, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 84 | - |
| CMYK | 0.03 | 0 | 0.4 | 0.45 |
| HSL | 64.29º | 0.25% | 0.44% | - |
| HSV(B) | 64.29º | 0.4% | 0.55% | - |
| XYZ | 21.13 | 24.63 | 12.03 | - |
| YUV | 132.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 84 | 0.03 | 0 | 0.4 | 0.45 | 64.29 | 0.25 | 0.44 |
| Hex | 88 | 8C | 54 | 3 | 0 | 28 | 2D | 40 | 19 | 2C |
| Octal | 210 | 214 | 124 | 3 | 0 | 50 | 55 | 100 | 31 | 54 |
| Binary | 10001000 | 10001100 | 1010100 | 11 | 0 | 101000 | 101101 | 1000000 | 11001 | 101100 |
Color Harmonies of #888C54
Complementary color
Monochromatic Colors of #888C54
Black with #888C54
Text Example
Text Example
White with #888C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C54; }
p { color: rgb(136,140,84); }
H1.HeaderClassName
{
color: #888C54;
}
.AnyTagClassName
{
color: #888C54;
}
</style>
background-color css
<style>
a { background-color: #888C54; }
a { background-color: rgb(136,140,84); }
div.DivClassName
{
background-color: #888C54;
}
.BgClassName
{
background-color: #888C54;
}
</style>
border-color css
<style>
span { border-color: #888C54; }
span { border-color: rgb(136,140,84); }
td.TdClassName
{
border-color: #888C54;
}
.TagClassName
{
border-color: #888C54;
}
</style>