Shades of Bandicoot #888659
Tints of Bandicoot #888659
RGB
CMYK
RGB Variations
Color information
#888659 (or 0x888659) is known color: Bandicoot. HEX triplet: 88, 86 and 59. RGB value is (136,134,89). Sum of RGB (Red+Green+Blue) = 136+134+89=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #888659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888659 is #7779A6. Grayscale: #818181. Windows color (decimal): -7829927 or 5867144. OLE color: 5867144.
HSL color Cylindrical-coordinate representation of color #888659: hue angle of 57.45º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #888659 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 89 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.47 |
| HSL | 57.45º | 0.21% | 0.44% | - |
| HSV(B) | 57.45º | 0.35% | 0.53% | - |
| XYZ | 20.48 | 23.01 | 12.81 | - |
| YUV | 129.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 89 | 0 | 0.01 | 0.35 | 0.47 | 57.45 | 0.21 | 0.44 |
| Hex | 88 | 86 | 59 | 0 | 1 | 23 | 2F | 39 | 15 | 2C |
| Octal | 210 | 206 | 131 | 0 | 1 | 43 | 57 | 71 | 25 | 54 |
| Binary | 10001000 | 10000110 | 1011001 | 0 | 1 | 100011 | 101111 | 111001 | 10101 | 101100 |
Color Harmonies of #888659
Complementary color
Monochromatic Colors of #888659
Black with #888659
Text Example
Text Example
White with #888659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888659; }
p { color: rgb(136,134,89); }
H1.HeaderClassName
{
color: #888659;
}
.AnyTagClassName
{
color: #888659;
}
</style>
background-color css
<style>
a { background-color: #888659; }
a { background-color: rgb(136,134,89); }
div.DivClassName
{
background-color: #888659;
}
.BgClassName
{
background-color: #888659;
}
</style>
border-color css
<style>
span { border-color: #888659; }
span { border-color: rgb(136,134,89); }
td.TdClassName
{
border-color: #888659;
}
.TagClassName
{
border-color: #888659;
}
</style>