Shades of Bandicoot #8C8D58
Tints of Bandicoot #8C8D58
RGB
CMYK
RGB Variations
Color information
#8C8D58 (or 0x8C8D58) is known color: Bandicoot. HEX triplet: 8C, 8D and 58. RGB value is (140,141,88). Sum of RGB (Red+Green+Blue) = 140+141+88=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8D58 is #7372A7. Grayscale: #868686. Windows color (decimal): -7565992 or 5803404. OLE color: 5803404.
HSL color Cylindrical-coordinate representation of color #8C8D58: hue angle of 61.13º 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 #8C8D58 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 141 | 88 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.45 |
| HSL | 61.13º | 0.23% | 0.45% | - |
| HSV(B) | 61.13º | 0.38% | 0.55% | - |
| XYZ | 22.1 | 25.33 | 12.96 | - |
| YUV | 134.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 88 | 0.01 | 0 | 0.38 | 0.45 | 61.13 | 0.23 | 0.45 |
| Hex | 8C | 8D | 58 | 1 | 0 | 26 | 2D | 3D | 17 | 2D |
| Octal | 214 | 215 | 130 | 1 | 0 | 46 | 55 | 75 | 27 | 55 |
| Binary | 10001100 | 10001101 | 1011000 | 1 | 0 | 100110 | 101101 | 111101 | 10111 | 101101 |
Color Harmonies of #8C8D58
Complementary color
Monochromatic Colors of #8C8D58
Black with #8C8D58
Text Example
Text Example
White with #8C8D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8D58; }
p { color: rgb(140,141,88); }
H1.HeaderClassName
{
color: #8C8D58;
}
.AnyTagClassName
{
color: #8C8D58;
}
</style>
background-color css
<style>
a { background-color: #8C8D58; }
a { background-color: rgb(140,141,88); }
div.DivClassName
{
background-color: #8C8D58;
}
.BgClassName
{
background-color: #8C8D58;
}
</style>
border-color css
<style>
span { border-color: #8C8D58; }
span { border-color: rgb(140,141,88); }
td.TdClassName
{
border-color: #8C8D58;
}
.TagClassName
{
border-color: #8C8D58;
}
</style>