Shades of Bandicoot #8C8F55
Tints of Bandicoot #8C8F55
RGB
CMYK
RGB Variations
Color information
#8C8F55 (or 0x8C8F55) is known color: Bandicoot. HEX triplet: 8C, 8F and 55. RGB value is (140,143,85). Sum of RGB (Red+Green+Blue) = 140+143+85=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8F55 is #7370AA. Grayscale: #878787. Windows color (decimal): -7565483 or 5607308. OLE color: 5607308.
HSL color Cylindrical-coordinate representation of color #8C8F55: hue angle of 63.1º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C8F55 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 85 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.44 |
| HSL | 63.1º | 0.25% | 0.45% | - |
| HSV(B) | 63.1º | 0.41% | 0.56% | - |
| XYZ | 22.28 | 25.88 | 12.41 | - |
| YUV | 135.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 85 | 0.02 | 0 | 0.41 | 0.44 | 63.1 | 0.25 | 0.45 |
| Hex | 8C | 8F | 55 | 2 | 0 | 29 | 2C | 3F | 19 | 2D |
| Octal | 214 | 217 | 125 | 2 | 0 | 51 | 54 | 77 | 31 | 55 |
| Binary | 10001100 | 10001111 | 1010101 | 10 | 0 | 101001 | 101100 | 111111 | 11001 | 101101 |
Color Harmonies of #8C8F55
Complementary color
Monochromatic Colors of #8C8F55
Black with #8C8F55
Text Example
Text Example
White with #8C8F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F55; }
p { color: rgb(140,143,85); }
H1.HeaderClassName
{
color: #8C8F55;
}
.AnyTagClassName
{
color: #8C8F55;
}
</style>
background-color css
<style>
a { background-color: #8C8F55; }
a { background-color: rgb(140,143,85); }
div.DivClassName
{
background-color: #8C8F55;
}
.BgClassName
{
background-color: #8C8F55;
}
</style>
border-color css
<style>
span { border-color: #8C8F55; }
span { border-color: rgb(140,143,85); }
td.TdClassName
{
border-color: #8C8F55;
}
.TagClassName
{
border-color: #8C8F55;
}
</style>