Shades of Bandicoot #918C5F
Tints of Bandicoot #918C5F
RGB
CMYK
RGB Variations
Color information
#918C5F (or 0x918C5F) is known color: Bandicoot. HEX triplet: 91, 8C and 5F. RGB value is (145,140,95). Sum of RGB (Red+Green+Blue) = 145+140+95=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #918C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C5F is #6E73A0. Grayscale: #888888. Windows color (decimal): -7238561 or 6261905. OLE color: 6261905.
HSL color Cylindrical-coordinate representation of color #918C5F: hue angle of 54º degrees, saturation: 0.21, 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 #918C5F is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 95 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.43 |
| HSL | 54º | 0.21% | 0.47% | - |
| HSV(B) | 54º | 0.34% | 0.57% | - |
| XYZ | 23.12 | 25.6 | 14.55 | - |
| YUV | 136.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 95 | 0 | 0.03 | 0.34 | 0.43 | 54 | 0.21 | 0.47 |
| Hex | 91 | 8C | 5F | 0 | 3 | 22 | 2B | 36 | 15 | 2F |
| Octal | 221 | 214 | 137 | 0 | 3 | 42 | 53 | 66 | 25 | 57 |
| Binary | 10010001 | 10001100 | 1011111 | 0 | 11 | 100010 | 101011 | 110110 | 10101 | 101111 |
Color Harmonies of #918C5F
Complementary color
Monochromatic Colors of #918C5F
Black with #918C5F
Text Example
Text Example
White with #918C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C5F; }
p { color: rgb(145,140,95); }
H1.HeaderClassName
{
color: #918C5F;
}
.AnyTagClassName
{
color: #918C5F;
}
</style>
background-color css
<style>
a { background-color: #918C5F; }
a { background-color: rgb(145,140,95); }
div.DivClassName
{
background-color: #918C5F;
}
.BgClassName
{
background-color: #918C5F;
}
</style>
border-color css
<style>
span { border-color: #918C5F; }
span { border-color: rgb(145,140,95); }
td.TdClassName
{
border-color: #918C5F;
}
.TagClassName
{
border-color: #918C5F;
}
</style>