Shades of Bandicoot #888362
Tints of Bandicoot #888362
RGB
CMYK
RGB Variations
Color information
#888362 (or 0x888362) is known color: Bandicoot. HEX triplet: 88, 83 and 62. RGB value is (136,131,98). Sum of RGB (Red+Green+Blue) = 136+131+98=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #888362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888362 is #777C9D. Grayscale: #808080. Windows color (decimal): -7830686 or 6456200. OLE color: 6456200.
HSL color Cylindrical-coordinate representation of color #888362: hue angle of 52.11º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #888362 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 98 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.47 |
| HSL | 52.11º | 0.16% | 0.46% | - |
| HSV(B) | 52.11º | 0.28% | 0.53% | - |
| XYZ | 20.47 | 22.35 | 14.79 | - |
| YUV | 128.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 98 | 0 | 0.04 | 0.28 | 0.47 | 52.11 | 0.16 | 0.46 |
| Hex | 88 | 83 | 62 | 0 | 4 | 1C | 2F | 34 | 10 | 2E |
| Octal | 210 | 203 | 142 | 0 | 4 | 34 | 57 | 64 | 20 | 56 |
| Binary | 10001000 | 10000011 | 1100010 | 0 | 100 | 11100 | 101111 | 110100 | 10000 | 101110 |
Color Harmonies of #888362
Complementary color
Monochromatic Colors of #888362
Black with #888362
Text Example
Text Example
White with #888362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888362; }
p { color: rgb(136,131,98); }
H1.HeaderClassName
{
color: #888362;
}
.AnyTagClassName
{
color: #888362;
}
</style>
background-color css
<style>
a { background-color: #888362; }
a { background-color: rgb(136,131,98); }
div.DivClassName
{
background-color: #888362;
}
.BgClassName
{
background-color: #888362;
}
</style>
border-color css
<style>
span { border-color: #888362; }
span { border-color: rgb(136,131,98); }
td.TdClassName
{
border-color: #888362;
}
.TagClassName
{
border-color: #888362;
}
</style>