Shades of Bandicoot #8C8A58
Tints of Bandicoot #8C8A58
RGB
CMYK
RGB Variations
Color information
#8C8A58 (or 0x8C8A58) is known color: Bandicoot. HEX triplet: 8C, 8A and 58. RGB value is (140,138,88). Sum of RGB (Red+Green+Blue) = 140+138+88=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8A58 is #7375A7. Grayscale: #858585. Windows color (decimal): -7566760 or 5802636. OLE color: 5802636.
HSL color Cylindrical-coordinate representation of color #8C8A58: hue angle of 57.69º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C8A58 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 138 | 88 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.45 |
| HSL | 57.69º | 0.23% | 0.45% | - |
| HSV(B) | 57.69º | 0.37% | 0.55% | - |
| XYZ | 21.67 | 24.46 | 12.81 | - |
| YUV | 132.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 88 | 0 | 0.01 | 0.37 | 0.45 | 57.69 | 0.23 | 0.45 |
| Hex | 8C | 8A | 58 | 0 | 1 | 25 | 2D | 3A | 17 | 2D |
| Octal | 214 | 212 | 130 | 0 | 1 | 45 | 55 | 72 | 27 | 55 |
| Binary | 10001100 | 10001010 | 1011000 | 0 | 1 | 100101 | 101101 | 111010 | 10111 | 101101 |
Color Harmonies of #8C8A58
Complementary color
Monochromatic Colors of #8C8A58
Black with #8C8A58
Text Example
Text Example
White with #8C8A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8A58; }
p { color: rgb(140,138,88); }
H1.HeaderClassName
{
color: #8C8A58;
}
.AnyTagClassName
{
color: #8C8A58;
}
</style>
background-color css
<style>
a { background-color: #8C8A58; }
a { background-color: rgb(140,138,88); }
div.DivClassName
{
background-color: #8C8A58;
}
.BgClassName
{
background-color: #8C8A58;
}
</style>
border-color css
<style>
span { border-color: #8C8A58; }
span { border-color: rgb(140,138,88); }
td.TdClassName
{
border-color: #8C8A58;
}
.TagClassName
{
border-color: #8C8A58;
}
</style>