Shades of Bandicoot #8C8B54
Tints of Bandicoot #8C8B54
RGB
CMYK
RGB Variations
Color information
#8C8B54 (or 0x8C8B54) is known color: Bandicoot. HEX triplet: 8C, 8B and 54. RGB value is (140,139,84). Sum of RGB (Red+Green+Blue) = 140+139+84=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8B54 is #7374AB. Grayscale: #858585. Windows color (decimal): -7566508 or 5540748. OLE color: 5540748.
HSL color Cylindrical-coordinate representation of color #8C8B54: hue angle of 58.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C8B54 is Cyan = 0, Magento = 0.01, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 139 | 84 | - |
| CMYK | 0 | 0.01 | 0.4 | 0.45 |
| HSL | 58.93º | 0.25% | 0.44% | - |
| HSV(B) | 58.93º | 0.4% | 0.55% | - |
| XYZ | 21.65 | 24.68 | 12.01 | - |
| YUV | 133.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 84 | 0 | 0.01 | 0.4 | 0.45 | 58.93 | 0.25 | 0.44 |
| Hex | 8C | 8B | 54 | 0 | 1 | 28 | 2D | 3B | 19 | 2C |
| Octal | 214 | 213 | 124 | 0 | 1 | 50 | 55 | 73 | 31 | 54 |
| Binary | 10001100 | 10001011 | 1010100 | 0 | 1 | 101000 | 101101 | 111011 | 11001 | 101100 |
Color Harmonies of #8C8B54
Complementary color
Monochromatic Colors of #8C8B54
Black with #8C8B54
Text Example
Text Example
White with #8C8B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8B54; }
p { color: rgb(140,139,84); }
H1.HeaderClassName
{
color: #8C8B54;
}
.AnyTagClassName
{
color: #8C8B54;
}
</style>
background-color css
<style>
a { background-color: #8C8B54; }
a { background-color: rgb(140,139,84); }
div.DivClassName
{
background-color: #8C8B54;
}
.BgClassName
{
background-color: #8C8B54;
}
</style>
border-color css
<style>
span { border-color: #8C8B54; }
span { border-color: rgb(140,139,84); }
td.TdClassName
{
border-color: #8C8B54;
}
.TagClassName
{
border-color: #8C8B54;
}
</style>