Shades of Bandicoot #898754
Tints of Bandicoot #898754
RGB
CMYK
RGB Variations
Color information
#898754 (or 0x898754) is known color: Bandicoot. HEX triplet: 89, 87 and 54. RGB value is (137,135,84). Sum of RGB (Red+Green+Blue) = 137+135+84=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #898754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898754 is #7678AB. Grayscale: #818181. Windows color (decimal): -7764140 or 5539721. OLE color: 5539721.
HSL color Cylindrical-coordinate representation of color #898754: hue angle of 57.74º degrees, saturation: 0.24, 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 #898754 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 135 | 84 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.46 |
| HSL | 57.74º | 0.24% | 0.43% | - |
| HSV(B) | 57.74º | 0.39% | 0.54% | - |
| XYZ | 20.58 | 23.29 | 11.8 | - |
| YUV | 129.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 84 | 0 | 0.01 | 0.39 | 0.46 | 57.74 | 0.24 | 0.43 |
| Hex | 89 | 87 | 54 | 0 | 1 | 27 | 2E | 3A | 18 | 2B |
| Octal | 211 | 207 | 124 | 0 | 1 | 47 | 56 | 72 | 30 | 53 |
| Binary | 10001001 | 10000111 | 1010100 | 0 | 1 | 100111 | 101110 | 111010 | 11000 | 101011 |
Color Harmonies of #898754
Complementary color
Monochromatic Colors of #898754
Black with #898754
Text Example
Text Example
White with #898754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898754; }
p { color: rgb(137,135,84); }
H1.HeaderClassName
{
color: #898754;
}
.AnyTagClassName
{
color: #898754;
}
</style>
background-color css
<style>
a { background-color: #898754; }
a { background-color: rgb(137,135,84); }
div.DivClassName
{
background-color: #898754;
}
.BgClassName
{
background-color: #898754;
}
</style>
border-color css
<style>
span { border-color: #898754; }
span { border-color: rgb(137,135,84); }
td.TdClassName
{
border-color: #898754;
}
.TagClassName
{
border-color: #898754;
}
</style>