Shades of Bandicoot #918C5B
Tints of Bandicoot #918C5B
RGB
CMYK
RGB Variations
Color information
#918C5B (or 0x918C5B) is known color: Bandicoot. HEX triplet: 91, 8C and 5B. RGB value is (145,140,91). Sum of RGB (Red+Green+Blue) = 145+140+91=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #918C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C5B is #6E73A4. Grayscale: #888888. Windows color (decimal): -7238565 or 5999761. OLE color: 5999761.
HSL color Cylindrical-coordinate representation of color #918C5B: hue angle of 54.44º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #918C5B is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 91 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.43 |
| HSL | 54.44º | 0.23% | 0.46% | - |
| HSV(B) | 54.44º | 0.37% | 0.57% | - |
| XYZ | 22.94 | 25.53 | 13.62 | - |
| YUV | 135.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 91 | 0 | 0.03 | 0.37 | 0.43 | 54.44 | 0.23 | 0.46 |
| Hex | 91 | 8C | 5B | 0 | 3 | 25 | 2B | 36 | 17 | 2E |
| Octal | 221 | 214 | 133 | 0 | 3 | 45 | 53 | 66 | 27 | 56 |
| Binary | 10010001 | 10001100 | 1011011 | 0 | 11 | 100101 | 101011 | 110110 | 10111 | 101110 |
Color Harmonies of #918C5B
Complementary color
Monochromatic Colors of #918C5B
Black with #918C5B
Text Example
Text Example
White with #918C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C5B; }
p { color: rgb(145,140,91); }
H1.HeaderClassName
{
color: #918C5B;
}
.AnyTagClassName
{
color: #918C5B;
}
</style>
background-color css
<style>
a { background-color: #918C5B; }
a { background-color: rgb(145,140,91); }
div.DivClassName
{
background-color: #918C5B;
}
.BgClassName
{
background-color: #918C5B;
}
</style>
border-color css
<style>
span { border-color: #918C5B; }
span { border-color: rgb(145,140,91); }
td.TdClassName
{
border-color: #918C5B;
}
.TagClassName
{
border-color: #918C5B;
}
</style>