Shades of Bandicoot #8B8956
Tints of Bandicoot #8B8956
RGB
CMYK
RGB Variations
Color information
#8B8956 (or 0x8B8956) is known color: Bandicoot. HEX triplet: 8B, 89 and 56. RGB value is (139,137,86). Sum of RGB (Red+Green+Blue) = 139+137+86=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8956 is #7476A9. Grayscale: #838383. Windows color (decimal): -7632554 or 5671307. OLE color: 5671307.
HSL color Cylindrical-coordinate representation of color #8B8956: hue angle of 57.74º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B8956 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 86 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.45 |
| HSL | 57.74º | 0.24% | 0.44% | - |
| HSV(B) | 57.74º | 0.38% | 0.55% | - |
| XYZ | 21.27 | 24.05 | 12.33 | - |
| YUV | 131.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 86 | 0 | 0.01 | 0.38 | 0.45 | 57.74 | 0.24 | 0.44 |
| Hex | 8B | 89 | 56 | 0 | 1 | 26 | 2D | 3A | 18 | 2C |
| Octal | 213 | 211 | 126 | 0 | 1 | 46 | 55 | 72 | 30 | 54 |
| Binary | 10001011 | 10001001 | 1010110 | 0 | 1 | 100110 | 101101 | 111010 | 11000 | 101100 |
Color Harmonies of #8B8956
Complementary color
Monochromatic Colors of #8B8956
Black with #8B8956
Text Example
Text Example
White with #8B8956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8956; }
p { color: rgb(139,137,86); }
H1.HeaderClassName
{
color: #8B8956;
}
.AnyTagClassName
{
color: #8B8956;
}
</style>
background-color css
<style>
a { background-color: #8B8956; }
a { background-color: rgb(139,137,86); }
div.DivClassName
{
background-color: #8B8956;
}
.BgClassName
{
background-color: #8B8956;
}
</style>
border-color css
<style>
span { border-color: #8B8956; }
span { border-color: rgb(139,137,86); }
td.TdClassName
{
border-color: #8B8956;
}
.TagClassName
{
border-color: #8B8956;
}
</style>