Shades of Bandicoot #888862
Tints of Bandicoot #888862
RGB
CMYK
RGB Variations
Color information
#888862 (or 0x888862) is known color: Bandicoot. HEX triplet: 88, 88 and 62. RGB value is (136,136,98). Sum of RGB (Red+Green+Blue) = 136+136+98=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888862 is #77779D. Grayscale: #838383. Windows color (decimal): -7829406 or 6457480. OLE color: 6457480.
HSL color Cylindrical-coordinate representation of color #888862: hue angle of 60º 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 #888862 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 98 | - |
| CMYK | 0 | 0 | 0.28 | 0.47 |
| HSL | 60º | 0.16% | 0.46% | - |
| HSV(B) | 60º | 0.28% | 0.53% | - |
| XYZ | 21.16 | 23.72 | 15.02 | - |
| YUV | 131.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 98 | 0 | 0 | 0.28 | 0.47 | 60 | 0.16 | 0.46 |
| Hex | 88 | 88 | 62 | 0 | 0 | 1C | 2F | 3C | 10 | 2E |
| Octal | 210 | 210 | 142 | 0 | 0 | 34 | 57 | 74 | 20 | 56 |
| Binary | 10001000 | 10001000 | 1100010 | 0 | 0 | 11100 | 101111 | 111100 | 10000 | 101110 |
Color Harmonies of #888862
Complementary color
Monochromatic Colors of #888862
Black with #888862
Text Example
Text Example
White with #888862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888862; }
p { color: rgb(136,136,98); }
H1.HeaderClassName
{
color: #888862;
}
.AnyTagClassName
{
color: #888862;
}
</style>
background-color css
<style>
a { background-color: #888862; }
a { background-color: rgb(136,136,98); }
div.DivClassName
{
background-color: #888862;
}
.BgClassName
{
background-color: #888862;
}
</style>
border-color css
<style>
span { border-color: #888862; }
span { border-color: rgb(136,136,98); }
td.TdClassName
{
border-color: #888862;
}
.TagClassName
{
border-color: #888862;
}
</style>