Shades of Bandicoot #918B5F
Tints of Bandicoot #918B5F
RGB
CMYK
RGB Variations
Color information
#918B5F (or 0x918B5F) is known color: Bandicoot. HEX triplet: 91, 8B and 5F. RGB value is (145,139,95). Sum of RGB (Red+Green+Blue) = 145+139+95=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #918B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B5F is #6E74A0. Grayscale: #878787. Windows color (decimal): -7238817 or 6261649. OLE color: 6261649.
HSL color Cylindrical-coordinate representation of color #918B5F: hue angle of 52.8º 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 #918B5F is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 95 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.43 |
| HSL | 52.8º | 0.21% | 0.47% | - |
| HSV(B) | 52.8º | 0.34% | 0.57% | - |
| XYZ | 22.98 | 25.31 | 14.5 | - |
| YUV | 135.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 95 | 0 | 0.04 | 0.34 | 0.43 | 52.8 | 0.21 | 0.47 |
| Hex | 91 | 8B | 5F | 0 | 4 | 22 | 2B | 35 | 15 | 2F |
| Octal | 221 | 213 | 137 | 0 | 4 | 42 | 53 | 65 | 25 | 57 |
| Binary | 10010001 | 10001011 | 1011111 | 0 | 100 | 100010 | 101011 | 110101 | 10101 | 101111 |
Color Harmonies of #918B5F
Complementary color
Monochromatic Colors of #918B5F
Black with #918B5F
Text Example
Text Example
White with #918B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B5F; }
p { color: rgb(145,139,95); }
H1.HeaderClassName
{
color: #918B5F;
}
.AnyTagClassName
{
color: #918B5F;
}
</style>
background-color css
<style>
a { background-color: #918B5F; }
a { background-color: rgb(145,139,95); }
div.DivClassName
{
background-color: #918B5F;
}
.BgClassName
{
background-color: #918B5F;
}
</style>
border-color css
<style>
span { border-color: #918B5F; }
span { border-color: rgb(145,139,95); }
td.TdClassName
{
border-color: #918B5F;
}
.TagClassName
{
border-color: #918B5F;
}
</style>