Shades of Bandicoot #898865
Tints of Bandicoot #898865
RGB
CMYK
RGB Variations
Color information
#898865 (or 0x898865) is known color: Bandicoot. HEX triplet: 89, 88 and 65. RGB value is (137,136,101). Sum of RGB (Red+Green+Blue) = 137+136+101=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #898865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898865 is #76779A. Grayscale: #848484. Windows color (decimal): -7763867 or 6654089. OLE color: 6654089.
HSL color Cylindrical-coordinate representation of color #898865: hue angle of 58.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #898865 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 101 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.46 |
| HSL | 58.33º | 0.15% | 0.47% | - |
| HSV(B) | 58.33º | 0.26% | 0.54% | - |
| XYZ | 21.47 | 23.87 | 15.79 | - |
| YUV | 132.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 101 | 0 | 0.01 | 0.26 | 0.46 | 58.33 | 0.15 | 0.47 |
| Hex | 89 | 88 | 65 | 0 | 1 | 1A | 2E | 3A | F | 2F |
| Octal | 211 | 210 | 145 | 0 | 1 | 32 | 56 | 72 | 17 | 57 |
| Binary | 10001001 | 10001000 | 1100101 | 0 | 1 | 11010 | 101110 | 111010 | 1111 | 101111 |
Color Harmonies of #898865
Complementary color
Monochromatic Colors of #898865
Black with #898865
Text Example
Text Example
White with #898865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898865; }
p { color: rgb(137,136,101); }
H1.HeaderClassName
{
color: #898865;
}
.AnyTagClassName
{
color: #898865;
}
</style>
background-color css
<style>
a { background-color: #898865; }
a { background-color: rgb(137,136,101); }
div.DivClassName
{
background-color: #898865;
}
.BgClassName
{
background-color: #898865;
}
</style>
border-color css
<style>
span { border-color: #898865; }
span { border-color: rgb(137,136,101); }
td.TdClassName
{
border-color: #898865;
}
.TagClassName
{
border-color: #898865;
}
</style>