Shades of Bandicoot #8A876D
Tints of Bandicoot #8A876D
RGB
CMYK
RGB Variations
Color information
#8A876D (or 0x8A876D) is known color: Bandicoot. HEX triplet: 8A, 87 and 6D. RGB value is (138,135,109). Sum of RGB (Red+Green+Blue) = 138+135+109=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 138 - color contains mainly: red. Hex color #8A876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A876D is #757892. Grayscale: #858585. Windows color (decimal): -7698579 or 7178122. OLE color: 7178122.
HSL color Cylindrical-coordinate representation of color #8A876D: hue angle of 53.79º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A876D is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 109 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.46 |
| HSL | 53.79º | 0.12% | 0.48% | - |
| HSV(B) | 53.79º | 0.21% | 0.54% | - |
| XYZ | 21.91 | 23.84 | 17.91 | - |
| YUV | 132.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 109 | 0 | 0.02 | 0.21 | 0.46 | 53.79 | 0.12 | 0.48 |
| Hex | 8A | 87 | 6D | 0 | 2 | 15 | 2E | 36 | C | 30 |
| Octal | 212 | 207 | 155 | 0 | 2 | 25 | 56 | 66 | 14 | 60 |
| Binary | 10001010 | 10000111 | 1101101 | 0 | 10 | 10101 | 101110 | 110110 | 1100 | 110000 |
Color Harmonies of #8A876D
Complementary color
Monochromatic Colors of #8A876D
Black with #8A876D
Text Example
Text Example
White with #8A876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A876D; }
p { color: rgb(138,135,109); }
H1.HeaderClassName
{
color: #8A876D;
}
.AnyTagClassName
{
color: #8A876D;
}
</style>
background-color css
<style>
a { background-color: #8A876D; }
a { background-color: rgb(138,135,109); }
div.DivClassName
{
background-color: #8A876D;
}
.BgClassName
{
background-color: #8A876D;
}
</style>
border-color css
<style>
span { border-color: #8A876D; }
span { border-color: rgb(138,135,109); }
td.TdClassName
{
border-color: #8A876D;
}
.TagClassName
{
border-color: #8A876D;
}
</style>