Shades of Bandicoot #898564
Tints of Bandicoot #898564
RGB
CMYK
RGB Variations
Color information
#898564 (or 0x898564) is known color: Bandicoot. HEX triplet: 89, 85 and 64. RGB value is (137,133,100). Sum of RGB (Red+Green+Blue) = 137+133+100=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #898564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898564 is #767A9B. Grayscale: #828282. Windows color (decimal): -7764636 or 6587785. OLE color: 6587785.
HSL color Cylindrical-coordinate representation of color #898564: hue angle of 53.51º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #898564 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 100 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.46 |
| HSL | 53.51º | 0.16% | 0.46% | - |
| HSV(B) | 53.51º | 0.27% | 0.54% | - |
| XYZ | 21 | 23.01 | 15.39 | - |
| YUV | 130.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 100 | 0 | 0.03 | 0.27 | 0.46 | 53.51 | 0.16 | 0.46 |
| Hex | 89 | 85 | 64 | 0 | 3 | 1B | 2E | 36 | 10 | 2E |
| Octal | 211 | 205 | 144 | 0 | 3 | 33 | 56 | 66 | 20 | 56 |
| Binary | 10001001 | 10000101 | 1100100 | 0 | 11 | 11011 | 101110 | 110110 | 10000 | 101110 |
Color Harmonies of #898564
Complementary color
Monochromatic Colors of #898564
Black with #898564
Text Example
Text Example
White with #898564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898564; }
p { color: rgb(137,133,100); }
H1.HeaderClassName
{
color: #898564;
}
.AnyTagClassName
{
color: #898564;
}
</style>
background-color css
<style>
a { background-color: #898564; }
a { background-color: rgb(137,133,100); }
div.DivClassName
{
background-color: #898564;
}
.BgClassName
{
background-color: #898564;
}
</style>
border-color css
<style>
span { border-color: #898564; }
span { border-color: rgb(137,133,100); }
td.TdClassName
{
border-color: #898564;
}
.TagClassName
{
border-color: #898564;
}
</style>