Shades of Bandicoot #93905B
Tints of Bandicoot #93905B
RGB
CMYK
RGB Variations
Color information
#93905B (or 0x93905B) is known color: Bandicoot. HEX triplet: 93, 90 and 5B. RGB value is (147,144,91). Sum of RGB (Red+Green+Blue) = 147+144+91=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #93905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93905B is #6C6FA4. Grayscale: #8B8B8B. Windows color (decimal): -7106469 or 6000787. OLE color: 6000787.
HSL color Cylindrical-coordinate representation of color #93905B: hue angle of 56.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93905B is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 144 | 91 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.42 |
| HSL | 56.79º | 0.24% | 0.47% | - |
| HSV(B) | 56.79º | 0.38% | 0.58% | - |
| XYZ | 23.89 | 26.9 | 13.83 | - |
| YUV | 138.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 91 | 0 | 0.02 | 0.38 | 0.42 | 56.79 | 0.24 | 0.47 |
| Hex | 93 | 90 | 5B | 0 | 2 | 26 | 2A | 39 | 18 | 2F |
| Octal | 223 | 220 | 133 | 0 | 2 | 46 | 52 | 71 | 30 | 57 |
| Binary | 10010011 | 10010000 | 1011011 | 0 | 10 | 100110 | 101010 | 111001 | 11000 | 101111 |
Color Harmonies of #93905B
Complementary color
Monochromatic Colors of #93905B
Black with #93905B
Text Example
Text Example
White with #93905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93905B; }
p { color: rgb(147,144,91); }
H1.HeaderClassName
{
color: #93905B;
}
.AnyTagClassName
{
color: #93905B;
}
</style>
background-color css
<style>
a { background-color: #93905B; }
a { background-color: rgb(147,144,91); }
div.DivClassName
{
background-color: #93905B;
}
.BgClassName
{
background-color: #93905B;
}
</style>
border-color css
<style>
span { border-color: #93905B; }
span { border-color: rgb(147,144,91); }
td.TdClassName
{
border-color: #93905B;
}
.TagClassName
{
border-color: #93905B;
}
</style>