Shades of Bandicoot #8F8D57
Tints of Bandicoot #8F8D57
RGB
CMYK
RGB Variations
Color information
#8F8D57 (or 0x8F8D57) is known color: Bandicoot. HEX triplet: 8F, 8D and 57. RGB value is (143,141,87). Sum of RGB (Red+Green+Blue) = 143+141+87=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8D57 is #7072A8. Grayscale: #878787. Windows color (decimal): -7369385 or 5737871. OLE color: 5737871.
HSL color Cylindrical-coordinate representation of color #8F8D57: hue angle of 57.86º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F8D57 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 141 | 87 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.44 |
| HSL | 57.86º | 0.24% | 0.45% | - |
| HSV(B) | 57.86º | 0.39% | 0.56% | - |
| XYZ | 22.57 | 25.58 | 12.76 | - |
| YUV | 135.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 87 | 0 | 0.01 | 0.39 | 0.44 | 57.86 | 0.24 | 0.45 |
| Hex | 8F | 8D | 57 | 0 | 1 | 27 | 2C | 3A | 18 | 2D |
| Octal | 217 | 215 | 127 | 0 | 1 | 47 | 54 | 72 | 30 | 55 |
| Binary | 10001111 | 10001101 | 1010111 | 0 | 1 | 100111 | 101100 | 111010 | 11000 | 101101 |
Color Harmonies of #8F8D57
Complementary color
Monochromatic Colors of #8F8D57
Black with #8F8D57
Text Example
Text Example
White with #8F8D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8D57; }
p { color: rgb(143,141,87); }
H1.HeaderClassName
{
color: #8F8D57;
}
.AnyTagClassName
{
color: #8F8D57;
}
</style>
background-color css
<style>
a { background-color: #8F8D57; }
a { background-color: rgb(143,141,87); }
div.DivClassName
{
background-color: #8F8D57;
}
.BgClassName
{
background-color: #8F8D57;
}
</style>
border-color css
<style>
span { border-color: #8F8D57; }
span { border-color: rgb(143,141,87); }
td.TdClassName
{
border-color: #8F8D57;
}
.TagClassName
{
border-color: #8F8D57;
}
</style>