Shades of Bandicoot #898A56
Tints of Bandicoot #898A56
RGB
CMYK
RGB Variations
Color information
#898A56 (or 0x898A56) is known color: Bandicoot. HEX triplet: 89, 8A and 56. RGB value is (137,138,86). Sum of RGB (Red+Green+Blue) = 137+138+86=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 138 - color contains mainly: green. Hex color #898A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898A56 is #7675A9. Grayscale: #838383. Windows color (decimal): -7763370 or 5671561. OLE color: 5671561.
HSL color Cylindrical-coordinate representation of color #898A56: hue angle of 61.15º degrees, saturation: 0.23, 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 #898A56 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 138 | 86 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.46 |
| HSL | 61.15º | 0.23% | 0.44% | - |
| HSV(B) | 61.15º | 0.38% | 0.54% | - |
| XYZ | 21.08 | 24.17 | 12.36 | - |
| YUV | 131.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 86 | 0.01 | 0 | 0.38 | 0.46 | 61.15 | 0.23 | 0.44 |
| Hex | 89 | 8A | 56 | 1 | 0 | 26 | 2E | 3D | 17 | 2C |
| Octal | 211 | 212 | 126 | 1 | 0 | 46 | 56 | 75 | 27 | 54 |
| Binary | 10001001 | 10001010 | 1010110 | 1 | 0 | 100110 | 101110 | 111101 | 10111 | 101100 |
Color Harmonies of #898A56
Complementary color
Monochromatic Colors of #898A56
Black with #898A56
Text Example
Text Example
White with #898A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898A56; }
p { color: rgb(137,138,86); }
H1.HeaderClassName
{
color: #898A56;
}
.AnyTagClassName
{
color: #898A56;
}
</style>
background-color css
<style>
a { background-color: #898A56; }
a { background-color: rgb(137,138,86); }
div.DivClassName
{
background-color: #898A56;
}
.BgClassName
{
background-color: #898A56;
}
</style>
border-color css
<style>
span { border-color: #898A56; }
span { border-color: rgb(137,138,86); }
td.TdClassName
{
border-color: #898A56;
}
.TagClassName
{
border-color: #898A56;
}
</style>