Shades of Bandicoot #8C8A5F
Tints of Bandicoot #8C8A5F
RGB
CMYK
RGB Variations
Color information
#8C8A5F (or 0x8C8A5F) is known color: Bandicoot. HEX triplet: 8C, 8A and 5F. RGB value is (140,138,95). Sum of RGB (Red+Green+Blue) = 140+138+95=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8A5F is #7375A0. Grayscale: #858585. Windows color (decimal): -7566753 or 6261388. OLE color: 6261388.
HSL color Cylindrical-coordinate representation of color #8C8A5F: hue angle of 57.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C8A5F is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 138 | 95 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.45 |
| HSL | 57.33º | 0.19% | 0.46% | - |
| HSV(B) | 57.33º | 0.32% | 0.55% | - |
| XYZ | 21.97 | 24.58 | 14.41 | - |
| YUV | 133.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 95 | 0 | 0.01 | 0.32 | 0.45 | 57.33 | 0.19 | 0.46 |
| Hex | 8C | 8A | 5F | 0 | 1 | 20 | 2D | 39 | 13 | 2E |
| Octal | 214 | 212 | 137 | 0 | 1 | 40 | 55 | 71 | 23 | 56 |
| Binary | 10001100 | 10001010 | 1011111 | 0 | 1 | 100000 | 101101 | 111001 | 10011 | 101110 |
Color Harmonies of #8C8A5F
Complementary color
Monochromatic Colors of #8C8A5F
Black with #8C8A5F
Text Example
Text Example
White with #8C8A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8A5F; }
p { color: rgb(140,138,95); }
H1.HeaderClassName
{
color: #8C8A5F;
}
.AnyTagClassName
{
color: #8C8A5F;
}
</style>
background-color css
<style>
a { background-color: #8C8A5F; }
a { background-color: rgb(140,138,95); }
div.DivClassName
{
background-color: #8C8A5F;
}
.BgClassName
{
background-color: #8C8A5F;
}
</style>
border-color css
<style>
span { border-color: #8C8A5F; }
span { border-color: rgb(140,138,95); }
td.TdClassName
{
border-color: #8C8A5F;
}
.TagClassName
{
border-color: #8C8A5F;
}
</style>