Shades of Bandicoot #918C5D
Tints of Bandicoot #918C5D
RGB
CMYK
RGB Variations
Color information
#918C5D (or 0x918C5D) is known color: Bandicoot. HEX triplet: 91, 8C and 5D. RGB value is (145,140,93). Sum of RGB (Red+Green+Blue) = 145+140+93=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #918C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C5D is #6E73A2. Grayscale: #888888. Windows color (decimal): -7238563 or 6130833. OLE color: 6130833.
HSL color Cylindrical-coordinate representation of color #918C5D: hue angle of 54.23º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #918C5D is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 93 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.43 |
| HSL | 54.23º | 0.22% | 0.47% | - |
| HSV(B) | 54.23º | 0.36% | 0.57% | - |
| XYZ | 23.03 | 25.57 | 14.08 | - |
| YUV | 136.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 93 | 0 | 0.03 | 0.36 | 0.43 | 54.23 | 0.22 | 0.47 |
| Hex | 91 | 8C | 5D | 0 | 3 | 24 | 2B | 36 | 16 | 2F |
| Octal | 221 | 214 | 135 | 0 | 3 | 44 | 53 | 66 | 26 | 57 |
| Binary | 10010001 | 10001100 | 1011101 | 0 | 11 | 100100 | 101011 | 110110 | 10110 | 101111 |
Color Harmonies of #918C5D
Complementary color
Monochromatic Colors of #918C5D
Black with #918C5D
Text Example
Text Example
White with #918C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C5D; }
p { color: rgb(145,140,93); }
H1.HeaderClassName
{
color: #918C5D;
}
.AnyTagClassName
{
color: #918C5D;
}
</style>
background-color css
<style>
a { background-color: #918C5D; }
a { background-color: rgb(145,140,93); }
div.DivClassName
{
background-color: #918C5D;
}
.BgClassName
{
background-color: #918C5D;
}
</style>
border-color css
<style>
span { border-color: #918C5D; }
span { border-color: rgb(145,140,93); }
td.TdClassName
{
border-color: #918C5D;
}
.TagClassName
{
border-color: #918C5D;
}
</style>