Shades of Bandicoot #8E8B67
Tints of Bandicoot #8E8B67
RGB
CMYK
RGB Variations
Color information
#8E8B67 (or 0x8E8B67) is known color: Bandicoot. HEX triplet: 8E, 8B and 67. RGB value is (142,139,103). Sum of RGB (Red+Green+Blue) = 142+139+103=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8B67 is #717498. Grayscale: #878787. Windows color (decimal): -7435417 or 6785934. OLE color: 6785934.
HSL color Cylindrical-coordinate representation of color #8E8B67: hue angle of 55.38º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E8B67 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 139 | 103 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.44 |
| HSL | 55.38º | 0.16% | 0.48% | - |
| HSV(B) | 55.38º | 0.27% | 0.56% | - |
| XYZ | 22.84 | 25.2 | 16.49 | - |
| YUV | 135.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 103 | 0 | 0.02 | 0.27 | 0.44 | 55.38 | 0.16 | 0.48 |
| Hex | 8E | 8B | 67 | 0 | 2 | 1B | 2C | 37 | 10 | 30 |
| Octal | 216 | 213 | 147 | 0 | 2 | 33 | 54 | 67 | 20 | 60 |
| Binary | 10001110 | 10001011 | 1100111 | 0 | 10 | 11011 | 101100 | 110111 | 10000 | 110000 |
Color Harmonies of #8E8B67
Complementary color
Monochromatic Colors of #8E8B67
Black with #8E8B67
Text Example
Text Example
White with #8E8B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8B67; }
p { color: rgb(142,139,103); }
H1.HeaderClassName
{
color: #8E8B67;
}
.AnyTagClassName
{
color: #8E8B67;
}
</style>
background-color css
<style>
a { background-color: #8E8B67; }
a { background-color: rgb(142,139,103); }
div.DivClassName
{
background-color: #8E8B67;
}
.BgClassName
{
background-color: #8E8B67;
}
</style>
border-color css
<style>
span { border-color: #8E8B67; }
span { border-color: rgb(142,139,103); }
td.TdClassName
{
border-color: #8E8B67;
}
.TagClassName
{
border-color: #8E8B67;
}
</style>