Shades of Bandicoot #918D57
Tints of Bandicoot #918D57
RGB
CMYK
RGB Variations
Color information
#918D57 (or 0x918D57) is known color: Bandicoot. HEX triplet: 91, 8D and 57. RGB value is (145,141,87). Sum of RGB (Red+Green+Blue) = 145+141+87=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #918D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D57 is #6E72A8. Grayscale: #888888. Windows color (decimal): -7238313 or 5737873. OLE color: 5737873.
HSL color Cylindrical-coordinate representation of color #918D57: hue angle of 55.86º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918D57 is Cyan = 0, Magento = 0.03, Yellow = 0.4 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 141 | 87 | - |
| CMYK | 0 | 0.03 | 0.4 | 0.43 |
| HSL | 55.86º | 0.25% | 0.45% | - |
| HSV(B) | 55.86º | 0.4% | 0.57% | - |
| XYZ | 22.92 | 25.76 | 12.78 | - |
| YUV | 136.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 87 | 0 | 0.03 | 0.4 | 0.43 | 55.86 | 0.25 | 0.45 |
| Hex | 91 | 8D | 57 | 0 | 3 | 28 | 2B | 38 | 19 | 2D |
| Octal | 221 | 215 | 127 | 0 | 3 | 50 | 53 | 70 | 31 | 55 |
| Binary | 10010001 | 10001101 | 1010111 | 0 | 11 | 101000 | 101011 | 111000 | 11001 | 101101 |
Color Harmonies of #918D57
Complementary color
Monochromatic Colors of #918D57
Black with #918D57
Text Example
Text Example
White with #918D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D57; }
p { color: rgb(145,141,87); }
H1.HeaderClassName
{
color: #918D57;
}
.AnyTagClassName
{
color: #918D57;
}
</style>
background-color css
<style>
a { background-color: #918D57; }
a { background-color: rgb(145,141,87); }
div.DivClassName
{
background-color: #918D57;
}
.BgClassName
{
background-color: #918D57;
}
</style>
border-color css
<style>
span { border-color: #918D57; }
span { border-color: rgb(145,141,87); }
td.TdClassName
{
border-color: #918D57;
}
.TagClassName
{
border-color: #918D57;
}
</style>