Shades of Bandicoot #8E8C53
Tints of Bandicoot #8E8C53
RGB
CMYK
RGB Variations
Color information
#8E8C53 (or 0x8E8C53) is known color: Bandicoot. HEX triplet: 8E, 8C and 53. RGB value is (142,140,83). Sum of RGB (Red+Green+Blue) = 142+140+83=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8C53 is #7173AC. Grayscale: #868686. Windows color (decimal): -7435181 or 5475470. OLE color: 5475470.
HSL color Cylindrical-coordinate representation of color #8E8C53: hue angle of 57.97º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E8C53 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 140 | 83 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.44 |
| HSL | 57.97º | 0.26% | 0.44% | - |
| HSV(B) | 57.97º | 0.42% | 0.56% | - |
| XYZ | 22.09 | 25.13 | 11.87 | - |
| YUV | 134.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 140 | 83 | 0 | 0.01 | 0.42 | 0.44 | 57.97 | 0.26 | 0.44 |
| Hex | 8E | 8C | 53 | 0 | 1 | 2A | 2C | 3A | 1A | 2C |
| Octal | 216 | 214 | 123 | 0 | 1 | 52 | 54 | 72 | 32 | 54 |
| Binary | 10001110 | 10001100 | 1010011 | 0 | 1 | 101010 | 101100 | 111010 | 11010 | 101100 |
Color Harmonies of #8E8C53
Complementary color
Monochromatic Colors of #8E8C53
Black with #8E8C53
Text Example
Text Example
White with #8E8C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8C53; }
p { color: rgb(142,140,83); }
H1.HeaderClassName
{
color: #8E8C53;
}
.AnyTagClassName
{
color: #8E8C53;
}
</style>
background-color css
<style>
a { background-color: #8E8C53; }
a { background-color: rgb(142,140,83); }
div.DivClassName
{
background-color: #8E8C53;
}
.BgClassName
{
background-color: #8E8C53;
}
</style>
border-color css
<style>
span { border-color: #8E8C53; }
span { border-color: rgb(142,140,83); }
td.TdClassName
{
border-color: #8E8C53;
}
.TagClassName
{
border-color: #8E8C53;
}
</style>