Shades of Bandicoot #898A55
Tints of Bandicoot #898A55
RGB
CMYK
RGB Variations
Color information
#898A55 (or 0x898A55) is known color: Bandicoot. HEX triplet: 89, 8A and 55. RGB value is (137,138,85). Sum of RGB (Red+Green+Blue) = 137+138+85=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 138 - color contains mainly: green. Hex color #898A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898A55 is #7675AA. Grayscale: #838383. Windows color (decimal): -7763371 or 5606025. OLE color: 5606025.
HSL color Cylindrical-coordinate representation of color #898A55: hue angle of 61.13º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #898A55 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 138 | 85 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.46 |
| HSL | 61.13º | 0.24% | 0.44% | - |
| HSV(B) | 61.13º | 0.38% | 0.54% | - |
| XYZ | 21.04 | 24.15 | 12.15 | - |
| YUV | 131.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 85 | 0.01 | 0 | 0.38 | 0.46 | 61.13 | 0.24 | 0.44 |
| Hex | 89 | 8A | 55 | 1 | 0 | 26 | 2E | 3D | 18 | 2C |
| Octal | 211 | 212 | 125 | 1 | 0 | 46 | 56 | 75 | 30 | 54 |
| Binary | 10001001 | 10001010 | 1010101 | 1 | 0 | 100110 | 101110 | 111101 | 11000 | 101100 |
Color Harmonies of #898A55
Complementary color
Monochromatic Colors of #898A55
Black with #898A55
Text Example
Text Example
White with #898A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898A55; }
p { color: rgb(137,138,85); }
H1.HeaderClassName
{
color: #898A55;
}
.AnyTagClassName
{
color: #898A55;
}
</style>
background-color css
<style>
a { background-color: #898A55; }
a { background-color: rgb(137,138,85); }
div.DivClassName
{
background-color: #898A55;
}
.BgClassName
{
background-color: #898A55;
}
</style>
border-color css
<style>
span { border-color: #898A55; }
span { border-color: rgb(137,138,85); }
td.TdClassName
{
border-color: #898A55;
}
.TagClassName
{
border-color: #898A55;
}
</style>