Shades of Bandicoot #898656
Tints of Bandicoot #898656
RGB
CMYK
RGB Variations
Color information
#898656 (or 0x898656) is known color: Bandicoot. HEX triplet: 89, 86 and 56. RGB value is (137,134,86). Sum of RGB (Red+Green+Blue) = 137+134+86=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #898656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898656 is #7679A9. Grayscale: #818181. Windows color (decimal): -7764394 or 5670537. OLE color: 5670537.
HSL color Cylindrical-coordinate representation of color #898656: hue angle of 56.47º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #898656 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 134 | 86 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.46 |
| HSL | 56.47º | 0.23% | 0.44% | - |
| HSV(B) | 56.47º | 0.37% | 0.54% | - |
| XYZ | 20.52 | 23.04 | 12.17 | - |
| YUV | 129.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 134 | 86 | 0 | 0.02 | 0.37 | 0.46 | 56.47 | 0.23 | 0.44 |
| Hex | 89 | 86 | 56 | 0 | 2 | 25 | 2E | 38 | 17 | 2C |
| Octal | 211 | 206 | 126 | 0 | 2 | 45 | 56 | 70 | 27 | 54 |
| Binary | 10001001 | 10000110 | 1010110 | 0 | 10 | 100101 | 101110 | 111000 | 10111 | 101100 |
Color Harmonies of #898656
Complementary color
Monochromatic Colors of #898656
Black with #898656
Text Example
Text Example
White with #898656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898656; }
p { color: rgb(137,134,86); }
H1.HeaderClassName
{
color: #898656;
}
.AnyTagClassName
{
color: #898656;
}
</style>
background-color css
<style>
a { background-color: #898656; }
a { background-color: rgb(137,134,86); }
div.DivClassName
{
background-color: #898656;
}
.BgClassName
{
background-color: #898656;
}
</style>
border-color css
<style>
span { border-color: #898656; }
span { border-color: rgb(137,134,86); }
td.TdClassName
{
border-color: #898656;
}
.TagClassName
{
border-color: #898656;
}
</style>