Shades of Bandicoot #898C54
Tints of Bandicoot #898C54
RGB
CMYK
RGB Variations
Color information
#898C54 (or 0x898C54) is known color: Bandicoot. HEX triplet: 89, 8C and 54. RGB value is (137,140,84). Sum of RGB (Red+Green+Blue) = 137+140+84=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 140 - color contains mainly: green. Hex color #898C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898C54 is #7673AB. Grayscale: #848484. Windows color (decimal): -7762860 or 5541001. OLE color: 5541001.
HSL color Cylindrical-coordinate representation of color #898C54: hue angle of 63.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #898C54 is Cyan = 0.02, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 140 | 84 | - |
| CMYK | 0.02 | 0 | 0.4 | 0.45 |
| HSL | 63.21º | 0.25% | 0.44% | - |
| HSV(B) | 63.21º | 0.4% | 0.55% | - |
| XYZ | 21.29 | 24.71 | 12.04 | - |
| YUV | 132.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 84 | 0.02 | 0 | 0.4 | 0.45 | 63.21 | 0.25 | 0.44 |
| Hex | 89 | 8C | 54 | 2 | 0 | 28 | 2D | 3F | 19 | 2C |
| Octal | 211 | 214 | 124 | 2 | 0 | 50 | 55 | 77 | 31 | 54 |
| Binary | 10001001 | 10001100 | 1010100 | 10 | 0 | 101000 | 101101 | 111111 | 11001 | 101100 |
Color Harmonies of #898C54
Complementary color
Monochromatic Colors of #898C54
Black with #898C54
Text Example
Text Example
White with #898C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898C54; }
p { color: rgb(137,140,84); }
H1.HeaderClassName
{
color: #898C54;
}
.AnyTagClassName
{
color: #898C54;
}
</style>
background-color css
<style>
a { background-color: #898C54; }
a { background-color: rgb(137,140,84); }
div.DivClassName
{
background-color: #898C54;
}
.BgClassName
{
background-color: #898C54;
}
</style>
border-color css
<style>
span { border-color: #898C54; }
span { border-color: rgb(137,140,84); }
td.TdClassName
{
border-color: #898C54;
}
.TagClassName
{
border-color: #898C54;
}
</style>