Shades of Bandicoot #8E8A61
Tints of Bandicoot #8E8A61
RGB
CMYK
RGB Variations
Color information
#8E8A61 (or 0x8E8A61) is known color: Bandicoot. HEX triplet: 8E, 8A and 61. RGB value is (142,138,97). Sum of RGB (Red+Green+Blue) = 142+138+97=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8A61 is #71759E. Grayscale: #868686. Windows color (decimal): -7435679 or 6392462. OLE color: 6392462.
HSL color Cylindrical-coordinate representation of color #8E8A61: hue angle of 54.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E8A61 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 97 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.44 |
| HSL | 54.67º | 0.19% | 0.47% | - |
| HSV(B) | 54.67º | 0.32% | 0.56% | - |
| XYZ | 22.4 | 24.79 | 14.91 | - |
| YUV | 134.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 97 | 0 | 0.03 | 0.32 | 0.44 | 54.67 | 0.19 | 0.47 |
| Hex | 8E | 8A | 61 | 0 | 3 | 20 | 2C | 37 | 13 | 2F |
| Octal | 216 | 212 | 141 | 0 | 3 | 40 | 54 | 67 | 23 | 57 |
| Binary | 10001110 | 10001010 | 1100001 | 0 | 11 | 100000 | 101100 | 110111 | 10011 | 101111 |
Color Harmonies of #8E8A61
Complementary color
Monochromatic Colors of #8E8A61
Black with #8E8A61
Text Example
Text Example
White with #8E8A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A61; }
p { color: rgb(142,138,97); }
H1.HeaderClassName
{
color: #8E8A61;
}
.AnyTagClassName
{
color: #8E8A61;
}
</style>
background-color css
<style>
a { background-color: #8E8A61; }
a { background-color: rgb(142,138,97); }
div.DivClassName
{
background-color: #8E8A61;
}
.BgClassName
{
background-color: #8E8A61;
}
</style>
border-color css
<style>
span { border-color: #8E8A61; }
span { border-color: rgb(142,138,97); }
td.TdClassName
{
border-color: #8E8A61;
}
.TagClassName
{
border-color: #8E8A61;
}
</style>