Shades of Bandicoot #8E896D
Tints of Bandicoot #8E896D
RGB
CMYK
RGB Variations
Color information
#8E896D (or 0x8E896D) is known color: Bandicoot. HEX triplet: 8E, 89 and 6D. RGB value is (142,137,109). Sum of RGB (Red+Green+Blue) = 142+137+109=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 142 - color contains mainly: red. Hex color #8E896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E896D is #717692. Grayscale: #878787. Windows color (decimal): -7435923 or 7178638. OLE color: 7178638.
HSL color Cylindrical-coordinate representation of color #8E896D: hue angle of 50.91º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E896D is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 109 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.44 |
| HSL | 50.91º | 0.13% | 0.49% | - |
| HSV(B) | 50.91º | 0.23% | 0.56% | - |
| XYZ | 22.86 | 24.75 | 18.04 | - |
| YUV | 135.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 109 | 0 | 0.04 | 0.23 | 0.44 | 50.91 | 0.13 | 0.49 |
| Hex | 8E | 89 | 6D | 0 | 4 | 17 | 2C | 33 | D | 31 |
| Octal | 216 | 211 | 155 | 0 | 4 | 27 | 54 | 63 | 15 | 61 |
| Binary | 10001110 | 10001001 | 1101101 | 0 | 100 | 10111 | 101100 | 110011 | 1101 | 110001 |
Color Harmonies of #8E896D
Complementary color
Monochromatic Colors of #8E896D
Black with #8E896D
Text Example
Text Example
White with #8E896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E896D; }
p { color: rgb(142,137,109); }
H1.HeaderClassName
{
color: #8E896D;
}
.AnyTagClassName
{
color: #8E896D;
}
</style>
background-color css
<style>
a { background-color: #8E896D; }
a { background-color: rgb(142,137,109); }
div.DivClassName
{
background-color: #8E896D;
}
.BgClassName
{
background-color: #8E896D;
}
</style>
border-color css
<style>
span { border-color: #8E896D; }
span { border-color: rgb(142,137,109); }
td.TdClassName
{
border-color: #8E896D;
}
.TagClassName
{
border-color: #8E896D;
}
</style>