Shades of Bandicoot #8C8B58
Tints of Bandicoot #8C8B58
RGB
CMYK
RGB Variations
Color information
#8C8B58 (or 0x8C8B58) is known color: Bandicoot. HEX triplet: 8C, 8B and 58. RGB value is (140,139,88). Sum of RGB (Red+Green+Blue) = 140+139+88=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8B58 is #7374A7. Grayscale: #858585. Windows color (decimal): -7566504 or 5802892. OLE color: 5802892.
HSL color Cylindrical-coordinate representation of color #8C8B58: hue angle of 58.85º 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 #8C8B58 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 139 | 88 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.45 |
| HSL | 58.85º | 0.23% | 0.45% | - |
| HSV(B) | 58.85º | 0.37% | 0.55% | - |
| XYZ | 21.81 | 24.75 | 12.86 | - |
| YUV | 133.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 88 | 0 | 0.01 | 0.37 | 0.45 | 58.85 | 0.23 | 0.45 |
| Hex | 8C | 8B | 58 | 0 | 1 | 25 | 2D | 3B | 17 | 2D |
| Octal | 214 | 213 | 130 | 0 | 1 | 45 | 55 | 73 | 27 | 55 |
| Binary | 10001100 | 10001011 | 1011000 | 0 | 1 | 100101 | 101101 | 111011 | 10111 | 101101 |
Color Harmonies of #8C8B58
Complementary color
Monochromatic Colors of #8C8B58
Black with #8C8B58
Text Example
Text Example
White with #8C8B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8B58; }
p { color: rgb(140,139,88); }
H1.HeaderClassName
{
color: #8C8B58;
}
.AnyTagClassName
{
color: #8C8B58;
}
</style>
background-color css
<style>
a { background-color: #8C8B58; }
a { background-color: rgb(140,139,88); }
div.DivClassName
{
background-color: #8C8B58;
}
.BgClassName
{
background-color: #8C8B58;
}
</style>
border-color css
<style>
span { border-color: #8C8B58; }
span { border-color: rgb(140,139,88); }
td.TdClassName
{
border-color: #8C8B58;
}
.TagClassName
{
border-color: #8C8B58;
}
</style>