Shades of Bandicoot #938E60
Tints of Bandicoot #938E60
RGB
CMYK
RGB Variations
Color information
#938E60 (or 0x938E60) is known color: Bandicoot. HEX triplet: 93, 8E and 60. RGB value is (147,142,96). Sum of RGB (Red+Green+Blue) = 147+142+96=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 147 - color contains mainly: red. Hex color #938E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E60 is #6C719F. Grayscale: #8A8A8A. Windows color (decimal): -7106976 or 6327955. OLE color: 6327955.
HSL color Cylindrical-coordinate representation of color #938E60: hue angle of 54.12º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #938E60 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 96 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.42 |
| HSL | 54.12º | 0.21% | 0.48% | - |
| HSV(B) | 54.12º | 0.35% | 0.58% | - |
| XYZ | 23.82 | 26.39 | 14.91 | - |
| YUV | 138.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 96 | 0 | 0.03 | 0.35 | 0.42 | 54.12 | 0.21 | 0.48 |
| Hex | 93 | 8E | 60 | 0 | 3 | 23 | 2A | 36 | 15 | 30 |
| Octal | 223 | 216 | 140 | 0 | 3 | 43 | 52 | 66 | 25 | 60 |
| Binary | 10010011 | 10001110 | 1100000 | 0 | 11 | 100011 | 101010 | 110110 | 10101 | 110000 |
Color Harmonies of #938E60
Complementary color
Monochromatic Colors of #938E60
Black with #938E60
Text Example
Text Example
White with #938E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E60; }
p { color: rgb(147,142,96); }
H1.HeaderClassName
{
color: #938E60;
}
.AnyTagClassName
{
color: #938E60;
}
</style>
background-color css
<style>
a { background-color: #938E60; }
a { background-color: rgb(147,142,96); }
div.DivClassName
{
background-color: #938E60;
}
.BgClassName
{
background-color: #938E60;
}
</style>
border-color css
<style>
span { border-color: #938E60; }
span { border-color: rgb(147,142,96); }
td.TdClassName
{
border-color: #938E60;
}
.TagClassName
{
border-color: #938E60;
}
</style>