Shades of Bandicoot #8E8A56
Tints of Bandicoot #8E8A56
RGB
CMYK
RGB Variations
Color information
#8E8A56 (or 0x8E8A56) is known color: Bandicoot. HEX triplet: 8E, 8A and 56. RGB value is (142,138,86). Sum of RGB (Red+Green+Blue) = 142+138+86=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8A56 is #7175A9. Grayscale: #858585. Windows color (decimal): -7435690 or 5671566. OLE color: 5671566.
HSL color Cylindrical-coordinate representation of color #8E8A56: hue angle of 55.71º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E8A56 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 86 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.44 |
| HSL | 55.71º | 0.25% | 0.45% | - |
| HSV(B) | 55.71º | 0.39% | 0.56% | - |
| XYZ | 21.92 | 24.6 | 12.4 | - |
| YUV | 133.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 86 | 0 | 0.03 | 0.39 | 0.44 | 55.71 | 0.25 | 0.45 |
| Hex | 8E | 8A | 56 | 0 | 3 | 27 | 2C | 38 | 19 | 2D |
| Octal | 216 | 212 | 126 | 0 | 3 | 47 | 54 | 70 | 31 | 55 |
| Binary | 10001110 | 10001010 | 1010110 | 0 | 11 | 100111 | 101100 | 111000 | 11001 | 101101 |
Color Harmonies of #8E8A56
Complementary color
Monochromatic Colors of #8E8A56
Black with #8E8A56
Text Example
Text Example
White with #8E8A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A56; }
p { color: rgb(142,138,86); }
H1.HeaderClassName
{
color: #8E8A56;
}
.AnyTagClassName
{
color: #8E8A56;
}
</style>
background-color css
<style>
a { background-color: #8E8A56; }
a { background-color: rgb(142,138,86); }
div.DivClassName
{
background-color: #8E8A56;
}
.BgClassName
{
background-color: #8E8A56;
}
</style>
border-color css
<style>
span { border-color: #8E8A56; }
span { border-color: rgb(142,138,86); }
td.TdClassName
{
border-color: #8E8A56;
}
.TagClassName
{
border-color: #8E8A56;
}
</style>