Shades of Bandicoot #8E895E
Tints of Bandicoot #8E895E
RGB
CMYK
RGB Variations
Color information
#8E895E (or 0x8E895E) is known color: Bandicoot. HEX triplet: 8E, 89 and 5E. RGB value is (142,137,94). Sum of RGB (Red+Green+Blue) = 142+137+94=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 142 - color contains mainly: red. Hex color #8E895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E895E is #7176A1. Grayscale: #858585. Windows color (decimal): -7435938 or 6195598. OLE color: 6195598.
HSL color Cylindrical-coordinate representation of color #8E895E: hue angle of 53.75º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E895E is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 94 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.44 |
| HSL | 53.75º | 0.2% | 0.46% | - |
| HSV(B) | 53.75º | 0.34% | 0.56% | - |
| XYZ | 22.12 | 24.45 | 14.14 | - |
| YUV | 133.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 94 | 0 | 0.04 | 0.34 | 0.44 | 53.75 | 0.2 | 0.46 |
| Hex | 8E | 89 | 5E | 0 | 4 | 22 | 2C | 36 | 14 | 2E |
| Octal | 216 | 211 | 136 | 0 | 4 | 42 | 54 | 66 | 24 | 56 |
| Binary | 10001110 | 10001001 | 1011110 | 0 | 100 | 100010 | 101100 | 110110 | 10100 | 101110 |
Color Harmonies of #8E895E
Complementary color
Monochromatic Colors of #8E895E
Black with #8E895E
Text Example
Text Example
White with #8E895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E895E; }
p { color: rgb(142,137,94); }
H1.HeaderClassName
{
color: #8E895E;
}
.AnyTagClassName
{
color: #8E895E;
}
</style>
background-color css
<style>
a { background-color: #8E895E; }
a { background-color: rgb(142,137,94); }
div.DivClassName
{
background-color: #8E895E;
}
.BgClassName
{
background-color: #8E895E;
}
</style>
border-color css
<style>
span { border-color: #8E895E; }
span { border-color: rgb(142,137,94); }
td.TdClassName
{
border-color: #8E895E;
}
.TagClassName
{
border-color: #8E895E;
}
</style>