Shades of Bandicoot #8F8960
Tints of Bandicoot #8F8960
RGB
CMYK
RGB Variations
Color information
#8F8960 (or 0x8F8960) is known color: Bandicoot. HEX triplet: 8F, 89 and 60. RGB value is (143,137,96). Sum of RGB (Red+Green+Blue) = 143+137+96=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8960 is #70769F. Grayscale: #868686. Windows color (decimal): -7370400 or 6326671. OLE color: 6326671.
HSL color Cylindrical-coordinate representation of color #8F8960: hue angle of 52.34º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F8960 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 96 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.44 |
| HSL | 52.34º | 0.2% | 0.47% | - |
| HSV(B) | 52.34º | 0.33% | 0.56% | - |
| XYZ | 22.38 | 24.58 | 14.63 | - |
| YUV | 134.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 96 | 0 | 0.04 | 0.33 | 0.44 | 52.34 | 0.2 | 0.47 |
| Hex | 8F | 89 | 60 | 0 | 4 | 21 | 2C | 34 | 14 | 2F |
| Octal | 217 | 211 | 140 | 0 | 4 | 41 | 54 | 64 | 24 | 57 |
| Binary | 10001111 | 10001001 | 1100000 | 0 | 100 | 100001 | 101100 | 110100 | 10100 | 101111 |
Color Harmonies of #8F8960
Complementary color
Monochromatic Colors of #8F8960
Black with #8F8960
Text Example
Text Example
White with #8F8960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8960; }
p { color: rgb(143,137,96); }
H1.HeaderClassName
{
color: #8F8960;
}
.AnyTagClassName
{
color: #8F8960;
}
</style>
background-color css
<style>
a { background-color: #8F8960; }
a { background-color: rgb(143,137,96); }
div.DivClassName
{
background-color: #8F8960;
}
.BgClassName
{
background-color: #8F8960;
}
</style>
border-color css
<style>
span { border-color: #8F8960; }
span { border-color: rgb(143,137,96); }
td.TdClassName
{
border-color: #8F8960;
}
.TagClassName
{
border-color: #8F8960;
}
</style>