Shades of Bandicoot #888365
Tints of Bandicoot #888365
RGB
CMYK
RGB Variations
Color information
#888365 (or 0x888365) is known color: Bandicoot. HEX triplet: 88, 83 and 65. RGB value is (136,131,101). Sum of RGB (Red+Green+Blue) = 136+131+101=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #888365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888365 is #777C9A. Grayscale: #818181. Windows color (decimal): -7830683 or 6652808. OLE color: 6652808.
HSL color Cylindrical-coordinate representation of color #888365: hue angle of 51.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #888365 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 101 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.47 |
| HSL | 51.43º | 0.15% | 0.46% | - |
| HSV(B) | 51.43º | 0.26% | 0.53% | - |
| XYZ | 20.62 | 22.41 | 15.55 | - |
| YUV | 129.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 101 | 0 | 0.04 | 0.26 | 0.47 | 51.43 | 0.15 | 0.46 |
| Hex | 88 | 83 | 65 | 0 | 4 | 1A | 2F | 33 | F | 2E |
| Octal | 210 | 203 | 145 | 0 | 4 | 32 | 57 | 63 | 17 | 56 |
| Binary | 10001000 | 10000011 | 1100101 | 0 | 100 | 11010 | 101111 | 110011 | 1111 | 101110 |
Color Harmonies of #888365
Complementary color
Monochromatic Colors of #888365
Black with #888365
Text Example
Text Example
White with #888365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888365; }
p { color: rgb(136,131,101); }
H1.HeaderClassName
{
color: #888365;
}
.AnyTagClassName
{
color: #888365;
}
</style>
background-color css
<style>
a { background-color: #888365; }
a { background-color: rgb(136,131,101); }
div.DivClassName
{
background-color: #888365;
}
.BgClassName
{
background-color: #888365;
}
</style>
border-color css
<style>
span { border-color: #888365; }
span { border-color: rgb(136,131,101); }
td.TdClassName
{
border-color: #888365;
}
.TagClassName
{
border-color: #888365;
}
</style>