Shades of Bandicoot #8E8A69
Tints of Bandicoot #8E8A69
RGB
CMYK
RGB Variations
Color information
#8E8A69 (or 0x8E8A69) is known color: Bandicoot. HEX triplet: 8E, 8A and 69. RGB value is (142,138,105). Sum of RGB (Red+Green+Blue) = 142+138+105=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8A69 is #717596. Grayscale: #878787. Windows color (decimal): -7435671 or 6916750. OLE color: 6916750.
HSL color Cylindrical-coordinate representation of color #8E8A69: hue angle of 53.51º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E8A69 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 105 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.44 |
| HSL | 53.51º | 0.15% | 0.48% | - |
| HSV(B) | 53.51º | 0.26% | 0.56% | - |
| XYZ | 22.79 | 24.95 | 16.98 | - |
| YUV | 135.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 105 | 0 | 0.03 | 0.26 | 0.44 | 53.51 | 0.15 | 0.48 |
| Hex | 8E | 8A | 69 | 0 | 3 | 1A | 2C | 36 | F | 30 |
| Octal | 216 | 212 | 151 | 0 | 3 | 32 | 54 | 66 | 17 | 60 |
| Binary | 10001110 | 10001010 | 1101001 | 0 | 11 | 11010 | 101100 | 110110 | 1111 | 110000 |
Color Harmonies of #8E8A69
Complementary color
Monochromatic Colors of #8E8A69
Black with #8E8A69
Text Example
Text Example
White with #8E8A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A69; }
p { color: rgb(142,138,105); }
H1.HeaderClassName
{
color: #8E8A69;
}
.AnyTagClassName
{
color: #8E8A69;
}
</style>
background-color css
<style>
a { background-color: #8E8A69; }
a { background-color: rgb(142,138,105); }
div.DivClassName
{
background-color: #8E8A69;
}
.BgClassName
{
background-color: #8E8A69;
}
</style>
border-color css
<style>
span { border-color: #8E8A69; }
span { border-color: rgb(142,138,105); }
td.TdClassName
{
border-color: #8E8A69;
}
.TagClassName
{
border-color: #8E8A69;
}
</style>