Shades of Bandicoot #898958
Tints of Bandicoot #898958
RGB
CMYK
RGB Variations
Color information
#898958 (or 0x898958) is known color: Bandicoot. HEX triplet: 89, 89 and 58. RGB value is (137,137,88). Sum of RGB (Red+Green+Blue) = 137+137+88=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898958 is #7676A7. Grayscale: #838383. Windows color (decimal): -7763624 or 5802377. OLE color: 5802377.
HSL color Cylindrical-coordinate representation of color #898958: hue angle of 60º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #898958 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 137 | 88 | - |
| CMYK | 0 | 0 | 0.36 | 0.46 |
| HSL | 60º | 0.22% | 0.44% | - |
| HSV(B) | 60º | 0.36% | 0.54% | - |
| XYZ | 21.02 | 23.91 | 12.74 | - |
| YUV | 131.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 88 | 0 | 0 | 0.36 | 0.46 | 60 | 0.22 | 0.44 |
| Hex | 89 | 89 | 58 | 0 | 0 | 24 | 2E | 3C | 16 | 2C |
| Octal | 211 | 211 | 130 | 0 | 0 | 44 | 56 | 74 | 26 | 54 |
| Binary | 10001001 | 10001001 | 1011000 | 0 | 0 | 100100 | 101110 | 111100 | 10110 | 101100 |
Color Harmonies of #898958
Complementary color
Monochromatic Colors of #898958
Black with #898958
Text Example
Text Example
White with #898958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898958; }
p { color: rgb(137,137,88); }
H1.HeaderClassName
{
color: #898958;
}
.AnyTagClassName
{
color: #898958;
}
</style>
background-color css
<style>
a { background-color: #898958; }
a { background-color: rgb(137,137,88); }
div.DivClassName
{
background-color: #898958;
}
.BgClassName
{
background-color: #898958;
}
</style>
border-color css
<style>
span { border-color: #898958; }
span { border-color: rgb(137,137,88); }
td.TdClassName
{
border-color: #898958;
}
.TagClassName
{
border-color: #898958;
}
</style>