Shades of Bandicoot #8E8866
Tints of Bandicoot #8E8866
RGB
CMYK
RGB Variations
Color information
#8E8866 (or 0x8E8866) is known color: Bandicoot. HEX triplet: 8E, 88 and 66. RGB value is (142,136,102). Sum of RGB (Red+Green+Blue) = 142+136+102=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8866 is #717799. Grayscale: #868686. Windows color (decimal): -7436186 or 6719630. OLE color: 6719630.
HSL color Cylindrical-coordinate representation of color #8E8866: hue angle of 51º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E8866 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 102 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.44 |
| HSL | 51º | 0.16% | 0.48% | - |
| HSV(B) | 51º | 0.28% | 0.56% | - |
| XYZ | 22.36 | 24.32 | 16.09 | - |
| YUV | 133.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 102 | 0 | 0.04 | 0.28 | 0.44 | 51 | 0.16 | 0.48 |
| Hex | 8E | 88 | 66 | 0 | 4 | 1C | 2C | 33 | 10 | 30 |
| Octal | 216 | 210 | 146 | 0 | 4 | 34 | 54 | 63 | 20 | 60 |
| Binary | 10001110 | 10001000 | 1100110 | 0 | 100 | 11100 | 101100 | 110011 | 10000 | 110000 |
Color Harmonies of #8E8866
Complementary color
Monochromatic Colors of #8E8866
Black with #8E8866
Text Example
Text Example
White with #8E8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8866; }
p { color: rgb(142,136,102); }
H1.HeaderClassName
{
color: #8E8866;
}
.AnyTagClassName
{
color: #8E8866;
}
</style>
background-color css
<style>
a { background-color: #8E8866; }
a { background-color: rgb(142,136,102); }
div.DivClassName
{
background-color: #8E8866;
}
.BgClassName
{
background-color: #8E8866;
}
</style>
border-color css
<style>
span { border-color: #8E8866; }
span { border-color: rgb(142,136,102); }
td.TdClassName
{
border-color: #8E8866;
}
.TagClassName
{
border-color: #8E8866;
}
</style>