Shades of Bandicoot #898953
Tints of Bandicoot #898953
RGB
CMYK
RGB Variations
Color information
#898953 (or 0x898953) is known color: Bandicoot. HEX triplet: 89, 89 and 53. RGB value is (137,137,83). Sum of RGB (Red+Green+Blue) = 137+137+83=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898953 is #7676AC. Grayscale: #838383. Windows color (decimal): -7763629 or 5474697. OLE color: 5474697.
HSL color Cylindrical-coordinate representation of color #898953: hue angle of 60º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #898953 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 137 | 83 | - |
| CMYK | 0 | 0 | 0.39 | 0.46 |
| HSL | 60º | 0.25% | 0.43% | - |
| HSV(B) | 60º | 0.39% | 0.54% | - |
| XYZ | 20.82 | 23.83 | 11.69 | - |
| YUV | 130.84 | 101 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 83 | 0 | 0 | 0.39 | 0.46 | 60 | 0.25 | 0.43 |
| Hex | 89 | 89 | 53 | 0 | 0 | 27 | 2E | 3C | 19 | 2B |
| Octal | 211 | 211 | 123 | 0 | 0 | 47 | 56 | 74 | 31 | 53 |
| Binary | 10001001 | 10001001 | 1010011 | 0 | 0 | 100111 | 101110 | 111100 | 11001 | 101011 |
Color Harmonies of #898953
Complementary color
Monochromatic Colors of #898953
Black with #898953
Text Example
Text Example
White with #898953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898953; }
p { color: rgb(137,137,83); }
H1.HeaderClassName
{
color: #898953;
}
.AnyTagClassName
{
color: #898953;
}
</style>
background-color css
<style>
a { background-color: #898953; }
a { background-color: rgb(137,137,83); }
div.DivClassName
{
background-color: #898953;
}
.BgClassName
{
background-color: #898953;
}
</style>
border-color css
<style>
span { border-color: #898953; }
span { border-color: rgb(137,137,83); }
td.TdClassName
{
border-color: #898953;
}
.TagClassName
{
border-color: #898953;
}
</style>