Shades of Bandicoot #8B8E53
Tints of Bandicoot #8B8E53
RGB
CMYK
RGB Variations
Color information
#8B8E53 (or 0x8B8E53) is known color: Bandicoot. HEX triplet: 8B, 8E and 53. RGB value is (139,142,83). Sum of RGB (Red+Green+Blue) = 139+142+83=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8E53 is #7471AC. Grayscale: #868686. Windows color (decimal): -7631277 or 5475979. OLE color: 5475979.
HSL color Cylindrical-coordinate representation of color #8B8E53: hue angle of 63.05º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B8E53 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 142 | 83 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.44 |
| HSL | 63.05º | 0.26% | 0.44% | - |
| HSV(B) | 63.05º | 0.42% | 0.56% | - |
| XYZ | 21.88 | 25.46 | 11.94 | - |
| YUV | 134.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 83 | 0.02 | 0 | 0.42 | 0.44 | 63.05 | 0.26 | 0.44 |
| Hex | 8B | 8E | 53 | 2 | 0 | 2A | 2C | 3F | 1A | 2C |
| Octal | 213 | 216 | 123 | 2 | 0 | 52 | 54 | 77 | 32 | 54 |
| Binary | 10001011 | 10001110 | 1010011 | 10 | 0 | 101010 | 101100 | 111111 | 11010 | 101100 |
Color Harmonies of #8B8E53
Complementary color
Monochromatic Colors of #8B8E53
Black with #8B8E53
Text Example
Text Example
White with #8B8E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8E53; }
p { color: rgb(139,142,83); }
H1.HeaderClassName
{
color: #8B8E53;
}
.AnyTagClassName
{
color: #8B8E53;
}
</style>
background-color css
<style>
a { background-color: #8B8E53; }
a { background-color: rgb(139,142,83); }
div.DivClassName
{
background-color: #8B8E53;
}
.BgClassName
{
background-color: #8B8E53;
}
</style>
border-color css
<style>
span { border-color: #8B8E53; }
span { border-color: rgb(139,142,83); }
td.TdClassName
{
border-color: #8B8E53;
}
.TagClassName
{
border-color: #8B8E53;
}
</style>