Shades of Bandicoot #8C8A57
Tints of Bandicoot #8C8A57
RGB
CMYK
RGB Variations
Color information
#8C8A57 (or 0x8C8A57) is known color: Bandicoot. HEX triplet: 8C, 8A and 57. RGB value is (140,138,87). Sum of RGB (Red+Green+Blue) = 140+138+87=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8A57 is #7375A8. Grayscale: #848484. Windows color (decimal): -7566761 or 5737100. OLE color: 5737100.
HSL color Cylindrical-coordinate representation of color #8C8A57: hue angle of 57.74º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C8A57 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 138 | 87 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.45 |
| HSL | 57.74º | 0.23% | 0.45% | - |
| HSV(B) | 57.74º | 0.38% | 0.55% | - |
| XYZ | 21.62 | 24.44 | 12.59 | - |
| YUV | 132.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 87 | 0 | 0.01 | 0.38 | 0.45 | 57.74 | 0.23 | 0.45 |
| Hex | 8C | 8A | 57 | 0 | 1 | 26 | 2D | 3A | 17 | 2D |
| Octal | 214 | 212 | 127 | 0 | 1 | 46 | 55 | 72 | 27 | 55 |
| Binary | 10001100 | 10001010 | 1010111 | 0 | 1 | 100110 | 101101 | 111010 | 10111 | 101101 |
Color Harmonies of #8C8A57
Complementary color
Monochromatic Colors of #8C8A57
Black with #8C8A57
Text Example
Text Example
White with #8C8A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8A57; }
p { color: rgb(140,138,87); }
H1.HeaderClassName
{
color: #8C8A57;
}
.AnyTagClassName
{
color: #8C8A57;
}
</style>
background-color css
<style>
a { background-color: #8C8A57; }
a { background-color: rgb(140,138,87); }
div.DivClassName
{
background-color: #8C8A57;
}
.BgClassName
{
background-color: #8C8A57;
}
</style>
border-color css
<style>
span { border-color: #8C8A57; }
span { border-color: rgb(140,138,87); }
td.TdClassName
{
border-color: #8C8A57;
}
.TagClassName
{
border-color: #8C8A57;
}
</style>