Shades of Bandicoot #948D5B
Tints of Bandicoot #948D5B
RGB
CMYK
RGB Variations
Color information
#948D5B (or 0x948D5B) is known color: Bandicoot. HEX triplet: 94, 8D and 5B. RGB value is (148,141,91). Sum of RGB (Red+Green+Blue) = 148+141+91=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #948D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D5B is #6B72A4. Grayscale: #898989. Windows color (decimal): -7041701 or 6000020. OLE color: 6000020.
HSL color Cylindrical-coordinate representation of color #948D5B: hue angle of 52.63º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #948D5B is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 91 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.42 |
| HSL | 52.63º | 0.24% | 0.47% | - |
| HSV(B) | 52.63º | 0.39% | 0.58% | - |
| XYZ | 23.63 | 26.1 | 13.69 | - |
| YUV | 137.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 91 | 0 | 0.05 | 0.39 | 0.42 | 52.63 | 0.24 | 0.47 |
| Hex | 94 | 8D | 5B | 0 | 5 | 27 | 2A | 35 | 18 | 2F |
| Octal | 224 | 215 | 133 | 0 | 5 | 47 | 52 | 65 | 30 | 57 |
| Binary | 10010100 | 10001101 | 1011011 | 0 | 101 | 100111 | 101010 | 110101 | 11000 | 101111 |
Color Harmonies of #948D5B
Complementary color
Monochromatic Colors of #948D5B
Black with #948D5B
Text Example
Text Example
White with #948D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D5B; }
p { color: rgb(148,141,91); }
H1.HeaderClassName
{
color: #948D5B;
}
.AnyTagClassName
{
color: #948D5B;
}
</style>
background-color css
<style>
a { background-color: #948D5B; }
a { background-color: rgb(148,141,91); }
div.DivClassName
{
background-color: #948D5B;
}
.BgClassName
{
background-color: #948D5B;
}
</style>
border-color css
<style>
span { border-color: #948D5B; }
span { border-color: rgb(148,141,91); }
td.TdClassName
{
border-color: #948D5B;
}
.TagClassName
{
border-color: #948D5B;
}
</style>