Shades of Bandicoot #8F9056
Tints of Bandicoot #8F9056
RGB
CMYK
RGB Variations
Color information
#8F9056 (or 0x8F9056) is known color: Bandicoot. HEX triplet: 8F, 90 and 56. RGB value is (143,144,86). Sum of RGB (Red+Green+Blue) = 143+144+86=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #8F9056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9056 is #706FA9. Grayscale: #898989. Windows color (decimal): -7368618 or 5673103. OLE color: 5673103.
HSL color Cylindrical-coordinate representation of color #8F9056: hue angle of 61.03º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F9056 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 86 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.44 |
| HSL | 61.03º | 0.25% | 0.45% | - |
| HSV(B) | 61.03º | 0.4% | 0.56% | - |
| XYZ | 22.98 | 26.46 | 12.7 | - |
| YUV | 137.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 86 | 0.01 | 0 | 0.40 | 0.44 | 61.03 | 0.25 | 0.45 |
| Hex | 8F | 90 | 56 | 1 | 0 | 28 | 2C | 3D | 19 | 2D |
| Octal | 217 | 220 | 126 | 1 | 0 | 50 | 54 | 75 | 31 | 55 |
| Binary | 10001111 | 10010000 | 1010110 | 1 | 0 | 101000 | 101100 | 111101 | 11001 | 101101 |
Color Harmonies of #8F9056
Complementary color
Monochromatic Colors of #8F9056
Black with #8F9056
Text Example
Text Example
White with #8F9056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9056; }
p { color: rgb(143,144,86); }
H1.HeaderClassName
{
color: #8F9056;
}
.AnyTagClassName
{
color: #8F9056;
}
</style>
background-color css
<style>
a { background-color: #8F9056; }
a { background-color: rgb(143,144,86); }
div.DivClassName
{
background-color: #8F9056;
}
.BgClassName
{
background-color: #8F9056;
}
</style>
border-color css
<style>
span { border-color: #8F9056; }
span { border-color: rgb(143,144,86); }
td.TdClassName
{
border-color: #8F9056;
}
.TagClassName
{
border-color: #8F9056;
}
</style>