Shades of Bandicoot #898760
Tints of Bandicoot #898760
RGB
CMYK
RGB Variations
Color information
#898760 (or 0x898760) is known color: Bandicoot. HEX triplet: 89, 87 and 60. RGB value is (137,135,96). Sum of RGB (Red+Green+Blue) = 137+135+96=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #898760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898760 is #76789F. Grayscale: #838383. Windows color (decimal): -7764128 or 6326153. OLE color: 6326153.
HSL color Cylindrical-coordinate representation of color #898760: hue angle of 57.07º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #898760 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 135 | 96 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.46 |
| HSL | 57.07º | 0.18% | 0.46% | - |
| HSV(B) | 57.07º | 0.3% | 0.54% | - |
| XYZ | 21.09 | 23.49 | 14.49 | - |
| YUV | 131.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 96 | 0 | 0.01 | 0.30 | 0.46 | 57.07 | 0.18 | 0.46 |
| Hex | 89 | 87 | 60 | 0 | 1 | 1E | 2E | 39 | 12 | 2E |
| Octal | 211 | 207 | 140 | 0 | 1 | 36 | 56 | 71 | 22 | 56 |
| Binary | 10001001 | 10000111 | 1100000 | 0 | 1 | 11110 | 101110 | 111001 | 10010 | 101110 |
Color Harmonies of #898760
Complementary color
Monochromatic Colors of #898760
Black with #898760
Text Example
Text Example
White with #898760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898760; }
p { color: rgb(137,135,96); }
H1.HeaderClassName
{
color: #898760;
}
.AnyTagClassName
{
color: #898760;
}
</style>
background-color css
<style>
a { background-color: #898760; }
a { background-color: rgb(137,135,96); }
div.DivClassName
{
background-color: #898760;
}
.BgClassName
{
background-color: #898760;
}
</style>
border-color css
<style>
span { border-color: #898760; }
span { border-color: rgb(137,135,96); }
td.TdClassName
{
border-color: #898760;
}
.TagClassName
{
border-color: #898760;
}
</style>