Shades of Bandicoot #8B8958
Tints of Bandicoot #8B8958
RGB
CMYK
RGB Variations
Color information
#8B8958 (or 0x8B8958) is known color: Bandicoot. HEX triplet: 8B, 89 and 58. RGB value is (139,137,88). Sum of RGB (Red+Green+Blue) = 139+137+88=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8958 is #7476A7. Grayscale: #848484. Windows color (decimal): -7632552 or 5802379. OLE color: 5802379.
HSL color Cylindrical-coordinate representation of color #8B8958: hue angle of 57.65º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B8958 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 88 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.45 |
| HSL | 57.65º | 0.22% | 0.45% | - |
| HSV(B) | 57.65º | 0.37% | 0.55% | - |
| XYZ | 21.35 | 24.08 | 12.76 | - |
| YUV | 132.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 88 | 0 | 0.01 | 0.37 | 0.45 | 57.65 | 0.22 | 0.45 |
| Hex | 8B | 89 | 58 | 0 | 1 | 25 | 2D | 3A | 16 | 2D |
| Octal | 213 | 211 | 130 | 0 | 1 | 45 | 55 | 72 | 26 | 55 |
| Binary | 10001011 | 10001001 | 1011000 | 0 | 1 | 100101 | 101101 | 111010 | 10110 | 101101 |
Color Harmonies of #8B8958
Complementary color
Monochromatic Colors of #8B8958
Black with #8B8958
Text Example
Text Example
White with #8B8958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8958; }
p { color: rgb(139,137,88); }
H1.HeaderClassName
{
color: #8B8958;
}
.AnyTagClassName
{
color: #8B8958;
}
</style>
background-color css
<style>
a { background-color: #8B8958; }
a { background-color: rgb(139,137,88); }
div.DivClassName
{
background-color: #8B8958;
}
.BgClassName
{
background-color: #8B8958;
}
</style>
border-color css
<style>
span { border-color: #8B8958; }
span { border-color: rgb(139,137,88); }
td.TdClassName
{
border-color: #8B8958;
}
.TagClassName
{
border-color: #8B8958;
}
</style>