Shades of Bandicoot #8B8960
Tints of Bandicoot #8B8960
RGB
CMYK
RGB Variations
Color information
#8B8960 (or 0x8B8960) is known color: Bandicoot. HEX triplet: 8B, 89 and 60. RGB value is (139,137,96). Sum of RGB (Red+Green+Blue) = 139+137+96=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8960 is #74769F. Grayscale: #858585. Windows color (decimal): -7632544 or 6326667. OLE color: 6326667.
HSL color Cylindrical-coordinate representation of color #8B8960: hue angle of 57.21º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B8960 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 96 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.45 |
| HSL | 57.21º | 0.18% | 0.46% | - |
| HSV(B) | 57.21º | 0.31% | 0.55% | - |
| XYZ | 21.7 | 24.22 | 14.6 | - |
| YUV | 132.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 96 | 0 | 0.01 | 0.31 | 0.45 | 57.21 | 0.18 | 0.46 |
| Hex | 8B | 89 | 60 | 0 | 1 | 1F | 2D | 39 | 12 | 2E |
| Octal | 213 | 211 | 140 | 0 | 1 | 37 | 55 | 71 | 22 | 56 |
| Binary | 10001011 | 10001001 | 1100000 | 0 | 1 | 11111 | 101101 | 111001 | 10010 | 101110 |
Color Harmonies of #8B8960
Complementary color
Monochromatic Colors of #8B8960
Black with #8B8960
Text Example
Text Example
White with #8B8960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8960; }
p { color: rgb(139,137,96); }
H1.HeaderClassName
{
color: #8B8960;
}
.AnyTagClassName
{
color: #8B8960;
}
</style>
background-color css
<style>
a { background-color: #8B8960; }
a { background-color: rgb(139,137,96); }
div.DivClassName
{
background-color: #8B8960;
}
.BgClassName
{
background-color: #8B8960;
}
</style>
border-color css
<style>
span { border-color: #8B8960; }
span { border-color: rgb(139,137,96); }
td.TdClassName
{
border-color: #8B8960;
}
.TagClassName
{
border-color: #8B8960;
}
</style>