Shades of Bandicoot #8C8962
Tints of Bandicoot #8C8962
RGB
CMYK
RGB Variations
Color information
#8C8962 (or 0x8C8962) is known color: Bandicoot. HEX triplet: 8C, 89 and 62. RGB value is (140,137,98). Sum of RGB (Red+Green+Blue) = 140+137+98=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8962 is #73769D. Grayscale: #858585. Windows color (decimal): -7567006 or 6457740. OLE color: 6457740.
HSL color Cylindrical-coordinate representation of color #8C8962: hue angle of 55.71º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C8962 is Cyan = 0, Magento = 0.02, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 98 | - |
| CMYK | 0 | 0.02 | 0.3 | 0.45 |
| HSL | 55.71º | 0.18% | 0.47% | - |
| HSV(B) | 55.71º | 0.3% | 0.55% | - |
| XYZ | 21.97 | 24.35 | 15.1 | - |
| YUV | 133.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 98 | 0 | 0.02 | 0.3 | 0.45 | 55.71 | 0.18 | 0.47 |
| Hex | 8C | 89 | 62 | 0 | 2 | 1E | 2D | 38 | 12 | 2F |
| Octal | 214 | 211 | 142 | 0 | 2 | 36 | 55 | 70 | 22 | 57 |
| Binary | 10001100 | 10001001 | 1100010 | 0 | 10 | 11110 | 101101 | 111000 | 10010 | 101111 |
Color Harmonies of #8C8962
Complementary color
Monochromatic Colors of #8C8962
Black with #8C8962
Text Example
Text Example
White with #8C8962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8962; }
p { color: rgb(140,137,98); }
H1.HeaderClassName
{
color: #8C8962;
}
.AnyTagClassName
{
color: #8C8962;
}
</style>
background-color css
<style>
a { background-color: #8C8962; }
a { background-color: rgb(140,137,98); }
div.DivClassName
{
background-color: #8C8962;
}
.BgClassName
{
background-color: #8C8962;
}
</style>
border-color css
<style>
span { border-color: #8C8962; }
span { border-color: rgb(140,137,98); }
td.TdClassName
{
border-color: #8C8962;
}
.TagClassName
{
border-color: #8C8962;
}
</style>