Shades of Bandicoot #888A52
Tints of Bandicoot #888A52
RGB
CMYK
RGB Variations
Color information
#888A52 (or 0x888A52) is known color: Bandicoot. HEX triplet: 88, 8A and 52. RGB value is (136,138,82). Sum of RGB (Red+Green+Blue) = 136+138+82=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #888A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A52 is #7775AD. Grayscale: #838383. Windows color (decimal): -7828910 or 5409416. OLE color: 5409416.
HSL color Cylindrical-coordinate representation of color #888A52: hue angle of 62.14º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #888A52 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 82 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.46 |
| HSL | 62.14º | 0.25% | 0.43% | - |
| HSV(B) | 62.14º | 0.41% | 0.54% | - |
| XYZ | 20.76 | 24.02 | 11.52 | - |
| YUV | 131.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 82 | 0.01 | 0 | 0.41 | 0.46 | 62.14 | 0.25 | 0.43 |
| Hex | 88 | 8A | 52 | 1 | 0 | 29 | 2E | 3E | 19 | 2B |
| Octal | 210 | 212 | 122 | 1 | 0 | 51 | 56 | 76 | 31 | 53 |
| Binary | 10001000 | 10001010 | 1010010 | 1 | 0 | 101001 | 101110 | 111110 | 11001 | 101011 |
Color Harmonies of #888A52
Complementary color
Monochromatic Colors of #888A52
Black with #888A52
Text Example
Text Example
White with #888A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A52; }
p { color: rgb(136,138,82); }
H1.HeaderClassName
{
color: #888A52;
}
.AnyTagClassName
{
color: #888A52;
}
</style>
background-color css
<style>
a { background-color: #888A52; }
a { background-color: rgb(136,138,82); }
div.DivClassName
{
background-color: #888A52;
}
.BgClassName
{
background-color: #888A52;
}
</style>
border-color css
<style>
span { border-color: #888A52; }
span { border-color: rgb(136,138,82); }
td.TdClassName
{
border-color: #888A52;
}
.TagClassName
{
border-color: #888A52;
}
</style>