Shades of Bandicoot #898867
Tints of Bandicoot #898867
RGB
CMYK
RGB Variations
Color information
#898867 (or 0x898867) is known color: Bandicoot. HEX triplet: 89, 88 and 67. RGB value is (137,136,103). Sum of RGB (Red+Green+Blue) = 137+136+103=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 137 - color contains mainly: red. Hex color #898867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898867 is #767798. Grayscale: #848484. Windows color (decimal): -7763865 or 6785161. OLE color: 6785161.
HSL color Cylindrical-coordinate representation of color #898867: hue angle of 58.24º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #898867 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 103 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.46 |
| HSL | 58.24º | 0.14% | 0.47% | - |
| HSV(B) | 58.24º | 0.25% | 0.54% | - |
| XYZ | 21.57 | 23.91 | 16.31 | - |
| YUV | 132.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 103 | 0 | 0.01 | 0.25 | 0.46 | 58.24 | 0.14 | 0.47 |
| Hex | 89 | 88 | 67 | 0 | 1 | 19 | 2E | 3A | E | 2F |
| Octal | 211 | 210 | 147 | 0 | 1 | 31 | 56 | 72 | 16 | 57 |
| Binary | 10001001 | 10001000 | 1100111 | 0 | 1 | 11001 | 101110 | 111010 | 1110 | 101111 |
Color Harmonies of #898867
Complementary color
Monochromatic Colors of #898867
Black with #898867
Text Example
Text Example
White with #898867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898867; }
p { color: rgb(137,136,103); }
H1.HeaderClassName
{
color: #898867;
}
.AnyTagClassName
{
color: #898867;
}
</style>
background-color css
<style>
a { background-color: #898867; }
a { background-color: rgb(137,136,103); }
div.DivClassName
{
background-color: #898867;
}
.BgClassName
{
background-color: #898867;
}
</style>
border-color css
<style>
span { border-color: #898867; }
span { border-color: rgb(137,136,103); }
td.TdClassName
{
border-color: #898867;
}
.TagClassName
{
border-color: #898867;
}
</style>