Shades of Bandicoot #8C876D
Tints of Bandicoot #8C876D
RGB
CMYK
RGB Variations
Color information
#8C876D (or 0x8C876D) is known color: Bandicoot. HEX triplet: 8C, 87 and 6D. RGB value is (140,135,109). Sum of RGB (Red+Green+Blue) = 140+135+109=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 140 - color contains mainly: red. Hex color #8C876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C876D is #737892. Grayscale: #858585. Windows color (decimal): -7567507 or 7178124. OLE color: 7178124.
HSL color Cylindrical-coordinate representation of color #8C876D: hue angle of 50.32º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C876D is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 109 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.45 |
| HSL | 50.32º | 0.12% | 0.49% | - |
| HSV(B) | 50.32º | 0.22% | 0.55% | - |
| XYZ | 22.24 | 24.01 | 17.93 | - |
| YUV | 133.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 109 | 0 | 0.04 | 0.22 | 0.45 | 50.32 | 0.12 | 0.49 |
| Hex | 8C | 87 | 6D | 0 | 4 | 16 | 2D | 32 | C | 31 |
| Octal | 214 | 207 | 155 | 0 | 4 | 26 | 55 | 62 | 14 | 61 |
| Binary | 10001100 | 10000111 | 1101101 | 0 | 100 | 10110 | 101101 | 110010 | 1100 | 110001 |
Color Harmonies of #8C876D
Complementary color
Monochromatic Colors of #8C876D
Black with #8C876D
Text Example
Text Example
White with #8C876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C876D; }
p { color: rgb(140,135,109); }
H1.HeaderClassName
{
color: #8C876D;
}
.AnyTagClassName
{
color: #8C876D;
}
</style>
background-color css
<style>
a { background-color: #8C876D; }
a { background-color: rgb(140,135,109); }
div.DivClassName
{
background-color: #8C876D;
}
.BgClassName
{
background-color: #8C876D;
}
</style>
border-color css
<style>
span { border-color: #8C876D; }
span { border-color: rgb(140,135,109); }
td.TdClassName
{
border-color: #8C876D;
}
.TagClassName
{
border-color: #8C876D;
}
</style>