Shades of Bandicoot #8A8961
Tints of Bandicoot #8A8961
RGB
CMYK
RGB Variations
Color information
#8A8961 (or 0x8A8961) is known color: Bandicoot. HEX triplet: 8A, 89 and 61. RGB value is (138,137,97). Sum of RGB (Red+Green+Blue) = 138+137+97=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8961 is #75769E. Grayscale: #848484. Windows color (decimal): -7698079 or 6392202. OLE color: 6392202.
HSL color Cylindrical-coordinate representation of color #8A8961: hue angle of 58.54º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A8961 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 97 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.46 |
| HSL | 58.54º | 0.17% | 0.46% | - |
| HSV(B) | 58.54º | 0.3% | 0.54% | - |
| XYZ | 21.58 | 24.16 | 14.83 | - |
| YUV | 132.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 97 | 0 | 0.01 | 0.30 | 0.46 | 58.54 | 0.17 | 0.46 |
| Hex | 8A | 89 | 61 | 0 | 1 | 1E | 2E | 3B | 11 | 2E |
| Octal | 212 | 211 | 141 | 0 | 1 | 36 | 56 | 73 | 21 | 56 |
| Binary | 10001010 | 10001001 | 1100001 | 0 | 1 | 11110 | 101110 | 111011 | 10001 | 101110 |
Color Harmonies of #8A8961
Complementary color
Monochromatic Colors of #8A8961
Black with #8A8961
Text Example
Text Example
White with #8A8961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8961; }
p { color: rgb(138,137,97); }
H1.HeaderClassName
{
color: #8A8961;
}
.AnyTagClassName
{
color: #8A8961;
}
</style>
background-color css
<style>
a { background-color: #8A8961; }
a { background-color: rgb(138,137,97); }
div.DivClassName
{
background-color: #8A8961;
}
.BgClassName
{
background-color: #8A8961;
}
</style>
border-color css
<style>
span { border-color: #8A8961; }
span { border-color: rgb(138,137,97); }
td.TdClassName
{
border-color: #8A8961;
}
.TagClassName
{
border-color: #8A8961;
}
</style>