Shades of Bandicoot #89895C
Tints of Bandicoot #89895C
RGB
CMYK
RGB Variations
Color information
#89895C (or 0x89895C) is known color: Bandicoot. HEX triplet: 89, 89 and 5C. RGB value is (137,137,92). Sum of RGB (Red+Green+Blue) = 137+137+92=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 137 - color contains mainly: red, green. Hex color #89895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89895C is #7676A3. Grayscale: #848484. Windows color (decimal): -7763620 or 6064521. OLE color: 6064521.
HSL color Cylindrical-coordinate representation of color #89895C: hue angle of 60º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89895C is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 137 | 92 | - |
| CMYK | 0 | 0 | 0.33 | 0.46 |
| HSL | 60º | 0.2% | 0.45% | - |
| HSV(B) | 60º | 0.33% | 0.54% | - |
| XYZ | 21.19 | 23.98 | 13.64 | - |
| YUV | 131.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 92 | 0 | 0 | 0.33 | 0.46 | 60 | 0.2 | 0.45 |
| Hex | 89 | 89 | 5C | 0 | 0 | 21 | 2E | 3C | 14 | 2D |
| Octal | 211 | 211 | 134 | 0 | 0 | 41 | 56 | 74 | 24 | 55 |
| Binary | 10001001 | 10001001 | 1011100 | 0 | 0 | 100001 | 101110 | 111100 | 10100 | 101101 |
Color Harmonies of #89895C
Complementary color
Monochromatic Colors of #89895C
Black with #89895C
Text Example
Text Example
White with #89895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89895C; }
p { color: rgb(137,137,92); }
H1.HeaderClassName
{
color: #89895C;
}
.AnyTagClassName
{
color: #89895C;
}
</style>
background-color css
<style>
a { background-color: #89895C; }
a { background-color: rgb(137,137,92); }
div.DivClassName
{
background-color: #89895C;
}
.BgClassName
{
background-color: #89895C;
}
</style>
border-color css
<style>
span { border-color: #89895C; }
span { border-color: rgb(137,137,92); }
td.TdClassName
{
border-color: #89895C;
}
.TagClassName
{
border-color: #89895C;
}
</style>