Shades of Bandicoot #8F9054
Tints of Bandicoot #8F9054
RGB
CMYK
RGB Variations
Color information
#8F9054 (or 0x8F9054) is known color: Bandicoot. HEX triplet: 8F, 90 and 54. RGB value is (143,144,84). Sum of RGB (Red+Green+Blue) = 143+144+84=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #8F9054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9054 is #706FAB. Grayscale: #898989. Windows color (decimal): -7368620 or 5542031. OLE color: 5542031.
HSL color Cylindrical-coordinate representation of color #8F9054: hue angle of 61º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F9054 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 84 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.44 |
| HSL | 61º | 0.26% | 0.45% | - |
| HSV(B) | 61º | 0.42% | 0.56% | - |
| XYZ | 22.9 | 26.43 | 12.28 | - |
| YUV | 136.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 84 | 0.01 | 0 | 0.42 | 0.44 | 61 | 0.26 | 0.45 |
| Hex | 8F | 90 | 54 | 1 | 0 | 2A | 2C | 3D | 1A | 2D |
| Octal | 217 | 220 | 124 | 1 | 0 | 52 | 54 | 75 | 32 | 55 |
| Binary | 10001111 | 10010000 | 1010100 | 1 | 0 | 101010 | 101100 | 111101 | 11010 | 101101 |
Color Harmonies of #8F9054
Complementary color
Monochromatic Colors of #8F9054
Black with #8F9054
Text Example
Text Example
White with #8F9054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9054; }
p { color: rgb(143,144,84); }
H1.HeaderClassName
{
color: #8F9054;
}
.AnyTagClassName
{
color: #8F9054;
}
</style>
background-color css
<style>
a { background-color: #8F9054; }
a { background-color: rgb(143,144,84); }
div.DivClassName
{
background-color: #8F9054;
}
.BgClassName
{
background-color: #8F9054;
}
</style>
border-color css
<style>
span { border-color: #8F9054; }
span { border-color: rgb(143,144,84); }
td.TdClassName
{
border-color: #8F9054;
}
.TagClassName
{
border-color: #8F9054;
}
</style>