Shades of Bandicoot #8D8D5C
Tints of Bandicoot #8D8D5C
RGB
CMYK
RGB Variations
Color information
#8D8D5C (or 0x8D8D5C) is known color: Bandicoot. HEX triplet: 8D, 8D and 5C. RGB value is (141,141,92). Sum of RGB (Red+Green+Blue) = 141+141+92=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 141 - color contains mainly: red, green. Hex color #8D8D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8D5C is #7272A3. Grayscale: #878787. Windows color (decimal): -7500452 or 6065549. OLE color: 6065549.
HSL color Cylindrical-coordinate representation of color #8D8D5C: hue angle of 60º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D8D5C is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 141 | 92 | - |
| CMYK | 0 | 0 | 0.35 | 0.45 |
| HSL | 60º | 0.21% | 0.46% | - |
| HSV(B) | 60º | 0.35% | 0.55% | - |
| XYZ | 22.44 | 25.49 | 13.86 | - |
| YUV | 135.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 141 | 92 | 0 | 0 | 0.35 | 0.45 | 60 | 0.21 | 0.46 |
| Hex | 8D | 8D | 5C | 0 | 0 | 23 | 2D | 3C | 15 | 2E |
| Octal | 215 | 215 | 134 | 0 | 0 | 43 | 55 | 74 | 25 | 56 |
| Binary | 10001101 | 10001101 | 1011100 | 0 | 0 | 100011 | 101101 | 111100 | 10101 | 101110 |
Color Harmonies of #8D8D5C
Complementary color
Monochromatic Colors of #8D8D5C
Black with #8D8D5C
Text Example
Text Example
White with #8D8D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8D5C; }
p { color: rgb(141,141,92); }
H1.HeaderClassName
{
color: #8D8D5C;
}
.AnyTagClassName
{
color: #8D8D5C;
}
</style>
background-color css
<style>
a { background-color: #8D8D5C; }
a { background-color: rgb(141,141,92); }
div.DivClassName
{
background-color: #8D8D5C;
}
.BgClassName
{
background-color: #8D8D5C;
}
</style>
border-color css
<style>
span { border-color: #8D8D5C; }
span { border-color: rgb(141,141,92); }
td.TdClassName
{
border-color: #8D8D5C;
}
.TagClassName
{
border-color: #8D8D5C;
}
</style>