Shades of Bandicoot #918F60
Tints of Bandicoot #918F60
RGB
CMYK
RGB Variations
Color information
#918F60 (or 0x918F60) is known color: Bandicoot. HEX triplet: 91, 8F and 60. RGB value is (145,143,96). Sum of RGB (Red+Green+Blue) = 145+143+96=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #918F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F60 is #6E709F. Grayscale: #8A8A8A. Windows color (decimal): -7237792 or 6328209. OLE color: 6328209.
HSL color Cylindrical-coordinate representation of color #918F60: hue angle of 57.55º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #918F60 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 96 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.43 |
| HSL | 57.55º | 0.2% | 0.47% | - |
| HSV(B) | 57.55º | 0.34% | 0.57% | - |
| XYZ | 23.61 | 26.51 | 14.94 | - |
| YUV | 138.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 96 | 0 | 0.01 | 0.34 | 0.43 | 57.55 | 0.2 | 0.47 |
| Hex | 91 | 8F | 60 | 0 | 1 | 22 | 2B | 3A | 14 | 2F |
| Octal | 221 | 217 | 140 | 0 | 1 | 42 | 53 | 72 | 24 | 57 |
| Binary | 10010001 | 10001111 | 1100000 | 0 | 1 | 100010 | 101011 | 111010 | 10100 | 101111 |
Color Harmonies of #918F60
Complementary color
Monochromatic Colors of #918F60
Black with #918F60
Text Example
Text Example
White with #918F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F60; }
p { color: rgb(145,143,96); }
H1.HeaderClassName
{
color: #918F60;
}
.AnyTagClassName
{
color: #918F60;
}
</style>
background-color css
<style>
a { background-color: #918F60; }
a { background-color: rgb(145,143,96); }
div.DivClassName
{
background-color: #918F60;
}
.BgClassName
{
background-color: #918F60;
}
</style>
border-color css
<style>
span { border-color: #918F60; }
span { border-color: rgb(145,143,96); }
td.TdClassName
{
border-color: #918F60;
}
.TagClassName
{
border-color: #918F60;
}
</style>