Shades of Bandicoot #8D8B5D
Tints of Bandicoot #8D8B5D
RGB
CMYK
RGB Variations
Color information
#8D8B5D (or 0x8D8B5D) is known color: Bandicoot. HEX triplet: 8D, 8B and 5D. RGB value is (141,139,93). Sum of RGB (Red+Green+Blue) = 141+139+93=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8B5D is #7274A2. Grayscale: #868686. Windows color (decimal): -7500963 or 6130573. OLE color: 6130573.
HSL color Cylindrical-coordinate representation of color #8D8B5D: hue angle of 57.5º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D8B5D is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 139 | 93 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.45 |
| HSL | 57.5º | 0.21% | 0.46% | - |
| HSV(B) | 57.5º | 0.34% | 0.55% | - |
| XYZ | 22.19 | 24.92 | 14 | - |
| YUV | 134.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 139 | 93 | 0 | 0.01 | 0.34 | 0.45 | 57.5 | 0.21 | 0.46 |
| Hex | 8D | 8B | 5D | 0 | 1 | 22 | 2D | 3A | 15 | 2E |
| Octal | 215 | 213 | 135 | 0 | 1 | 42 | 55 | 72 | 25 | 56 |
| Binary | 10001101 | 10001011 | 1011101 | 0 | 1 | 100010 | 101101 | 111010 | 10101 | 101110 |
Color Harmonies of #8D8B5D
Complementary color
Monochromatic Colors of #8D8B5D
Black with #8D8B5D
Text Example
Text Example
White with #8D8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8B5D; }
p { color: rgb(141,139,93); }
H1.HeaderClassName
{
color: #8D8B5D;
}
.AnyTagClassName
{
color: #8D8B5D;
}
</style>
background-color css
<style>
a { background-color: #8D8B5D; }
a { background-color: rgb(141,139,93); }
div.DivClassName
{
background-color: #8D8B5D;
}
.BgClassName
{
background-color: #8D8B5D;
}
</style>
border-color css
<style>
span { border-color: #8D8B5D; }
span { border-color: rgb(141,139,93); }
td.TdClassName
{
border-color: #8D8B5D;
}
.TagClassName
{
border-color: #8D8B5D;
}
</style>