Shades of Bandicoot #898466
Tints of Bandicoot #898466
RGB
CMYK
RGB Variations
Color information
#898466 (or 0x898466) is known color: Bandicoot. HEX triplet: 89, 84 and 66. RGB value is (137,132,102). Sum of RGB (Red+Green+Blue) = 137+132+102=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #898466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898466 is #767B99. Grayscale: #828282. Windows color (decimal): -7764890 or 6718601. OLE color: 6718601.
HSL color Cylindrical-coordinate representation of color #898466: hue angle of 51.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #898466 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 102 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.46 |
| HSL | 51.43º | 0.15% | 0.47% | - |
| HSV(B) | 51.43º | 0.26% | 0.54% | - |
| XYZ | 20.97 | 22.78 | 15.86 | - |
| YUV | 130.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 102 | 0 | 0.04 | 0.26 | 0.46 | 51.43 | 0.15 | 0.47 |
| Hex | 89 | 84 | 66 | 0 | 4 | 1A | 2E | 33 | F | 2F |
| Octal | 211 | 204 | 146 | 0 | 4 | 32 | 56 | 63 | 17 | 57 |
| Binary | 10001001 | 10000100 | 1100110 | 0 | 100 | 11010 | 101110 | 110011 | 1111 | 101111 |
Color Harmonies of #898466
Complementary color
Monochromatic Colors of #898466
Black with #898466
Text Example
Text Example
White with #898466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898466; }
p { color: rgb(137,132,102); }
H1.HeaderClassName
{
color: #898466;
}
.AnyTagClassName
{
color: #898466;
}
</style>
background-color css
<style>
a { background-color: #898466; }
a { background-color: rgb(137,132,102); }
div.DivClassName
{
background-color: #898466;
}
.BgClassName
{
background-color: #898466;
}
</style>
border-color css
<style>
span { border-color: #898466; }
span { border-color: rgb(137,132,102); }
td.TdClassName
{
border-color: #898466;
}
.TagClassName
{
border-color: #898466;
}
</style>