Shades of Bandicoot #898B5A
Tints of Bandicoot #898B5A
RGB
CMYK
RGB Variations
Color information
#898B5A (or 0x898B5A) is known color: Bandicoot. HEX triplet: 89, 8B and 5A. RGB value is (137,139,90). Sum of RGB (Red+Green+Blue) = 137+139+90=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 139 - color contains mainly: green. Hex color #898B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898B5A is #7674A5. Grayscale: #858585. Windows color (decimal): -7763110 or 5933961. OLE color: 5933961.
HSL color Cylindrical-coordinate representation of color #898B5A: hue angle of 62.45º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #898B5A is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 90 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.45 |
| HSL | 62.45º | 0.21% | 0.45% | - |
| HSV(B) | 62.45º | 0.35% | 0.55% | - |
| XYZ | 21.39 | 24.52 | 13.28 | - |
| YUV | 132.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 90 | 0.01 | 0 | 0.35 | 0.45 | 62.45 | 0.21 | 0.45 |
| Hex | 89 | 8B | 5A | 1 | 0 | 23 | 2D | 3E | 15 | 2D |
| Octal | 211 | 213 | 132 | 1 | 0 | 43 | 55 | 76 | 25 | 55 |
| Binary | 10001001 | 10001011 | 1011010 | 1 | 0 | 100011 | 101101 | 111110 | 10101 | 101101 |
Color Harmonies of #898B5A
Complementary color
Monochromatic Colors of #898B5A
Black with #898B5A
Text Example
Text Example
White with #898B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B5A; }
p { color: rgb(137,139,90); }
H1.HeaderClassName
{
color: #898B5A;
}
.AnyTagClassName
{
color: #898B5A;
}
</style>
background-color css
<style>
a { background-color: #898B5A; }
a { background-color: rgb(137,139,90); }
div.DivClassName
{
background-color: #898B5A;
}
.BgClassName
{
background-color: #898B5A;
}
</style>
border-color css
<style>
span { border-color: #898B5A; }
span { border-color: rgb(137,139,90); }
td.TdClassName
{
border-color: #898B5A;
}
.TagClassName
{
border-color: #898B5A;
}
</style>