Shades of Bandicoot #918C60
Tints of Bandicoot #918C60
RGB
CMYK
RGB Variations
Color information
#918C60 (or 0x918C60) is known color: Bandicoot. HEX triplet: 91, 8C and 60. RGB value is (145,140,96). Sum of RGB (Red+Green+Blue) = 145+140+96=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #918C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C60 is #6E739F. Grayscale: #888888. Windows color (decimal): -7238560 or 6327441. OLE color: 6327441.
HSL color Cylindrical-coordinate representation of color #918C60: hue angle of 53.88º 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 #918C60 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 96 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.43 |
| HSL | 53.88º | 0.2% | 0.47% | - |
| HSV(B) | 53.88º | 0.34% | 0.57% | - |
| XYZ | 23.17 | 25.62 | 14.79 | - |
| YUV | 136.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 96 | 0 | 0.03 | 0.34 | 0.43 | 53.88 | 0.2 | 0.47 |
| Hex | 91 | 8C | 60 | 0 | 3 | 22 | 2B | 36 | 14 | 2F |
| Octal | 221 | 214 | 140 | 0 | 3 | 42 | 53 | 66 | 24 | 57 |
| Binary | 10010001 | 10001100 | 1100000 | 0 | 11 | 100010 | 101011 | 110110 | 10100 | 101111 |
Color Harmonies of #918C60
Complementary color
Monochromatic Colors of #918C60
Black with #918C60
Text Example
Text Example
White with #918C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C60; }
p { color: rgb(145,140,96); }
H1.HeaderClassName
{
color: #918C60;
}
.AnyTagClassName
{
color: #918C60;
}
</style>
background-color css
<style>
a { background-color: #918C60; }
a { background-color: rgb(145,140,96); }
div.DivClassName
{
background-color: #918C60;
}
.BgClassName
{
background-color: #918C60;
}
</style>
border-color css
<style>
span { border-color: #918C60; }
span { border-color: rgb(145,140,96); }
td.TdClassName
{
border-color: #918C60;
}
.TagClassName
{
border-color: #918C60;
}
</style>