Shades of Bandicoot #898A54
Tints of Bandicoot #898A54
RGB
CMYK
RGB Variations
Color information
#898A54 (or 0x898A54) is known color: Bandicoot. HEX triplet: 89, 8A and 54. RGB value is (137,138,84). Sum of RGB (Red+Green+Blue) = 137+138+84=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 138 - color contains mainly: green. Hex color #898A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898A54 is #7675AB. Grayscale: #838383. Windows color (decimal): -7763372 or 5540489. OLE color: 5540489.
HSL color Cylindrical-coordinate representation of color #898A54: hue angle of 61.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #898A54 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 138 | 84 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.46 |
| HSL | 61.11º | 0.24% | 0.44% | - |
| HSV(B) | 61.11º | 0.39% | 0.54% | - |
| XYZ | 21.01 | 24.14 | 11.94 | - |
| YUV | 131.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 84 | 0.01 | 0 | 0.39 | 0.46 | 61.11 | 0.24 | 0.44 |
| Hex | 89 | 8A | 54 | 1 | 0 | 27 | 2E | 3D | 18 | 2C |
| Octal | 211 | 212 | 124 | 1 | 0 | 47 | 56 | 75 | 30 | 54 |
| Binary | 10001001 | 10001010 | 1010100 | 1 | 0 | 100111 | 101110 | 111101 | 11000 | 101100 |
Color Harmonies of #898A54
Complementary color
Monochromatic Colors of #898A54
Black with #898A54
Text Example
Text Example
White with #898A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898A54; }
p { color: rgb(137,138,84); }
H1.HeaderClassName
{
color: #898A54;
}
.AnyTagClassName
{
color: #898A54;
}
</style>
background-color css
<style>
a { background-color: #898A54; }
a { background-color: rgb(137,138,84); }
div.DivClassName
{
background-color: #898A54;
}
.BgClassName
{
background-color: #898A54;
}
</style>
border-color css
<style>
span { border-color: #898A54; }
span { border-color: rgb(137,138,84); }
td.TdClassName
{
border-color: #898A54;
}
.TagClassName
{
border-color: #898A54;
}
</style>