Shades of Bandicoot #888466
Tints of Bandicoot #888466
RGB
CMYK
RGB Variations
Color information
#888466 (or 0x888466) is known color: Bandicoot. HEX triplet: 88, 84 and 66. RGB value is (136,132,102). Sum of RGB (Red+Green+Blue) = 136+132+102=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #888466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888466 is #777B99. Grayscale: #818181. Windows color (decimal): -7830426 or 6718600. OLE color: 6718600.
HSL color Cylindrical-coordinate representation of color #888466: hue angle of 52.94º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #888466 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 102 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.47 |
| HSL | 52.94º | 0.14% | 0.47% | - |
| HSV(B) | 52.94º | 0.25% | 0.53% | - |
| XYZ | 20.8 | 22.7 | 15.85 | - |
| YUV | 129.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 102 | 0 | 0.03 | 0.25 | 0.47 | 52.94 | 0.14 | 0.47 |
| Hex | 88 | 84 | 66 | 0 | 3 | 19 | 2F | 35 | E | 2F |
| Octal | 210 | 204 | 146 | 0 | 3 | 31 | 57 | 65 | 16 | 57 |
| Binary | 10001000 | 10000100 | 1100110 | 0 | 11 | 11001 | 101111 | 110101 | 1110 | 101111 |
Color Harmonies of #888466
Complementary color
Monochromatic Colors of #888466
Black with #888466
Text Example
Text Example
White with #888466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888466; }
p { color: rgb(136,132,102); }
H1.HeaderClassName
{
color: #888466;
}
.AnyTagClassName
{
color: #888466;
}
</style>
background-color css
<style>
a { background-color: #888466; }
a { background-color: rgb(136,132,102); }
div.DivClassName
{
background-color: #888466;
}
.BgClassName
{
background-color: #888466;
}
</style>
border-color css
<style>
span { border-color: #888466; }
span { border-color: rgb(136,132,102); }
td.TdClassName
{
border-color: #888466;
}
.TagClassName
{
border-color: #888466;
}
</style>