Shades of Bandicoot #948E5E
Tints of Bandicoot #948E5E
RGB
CMYK
RGB Variations
Color information
#948E5E (or 0x948E5E) is known color: Bandicoot. HEX triplet: 94, 8E and 5E. RGB value is (148,142,94). Sum of RGB (Red+Green+Blue) = 148+142+94=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #948E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E5E is #6B71A1. Grayscale: #8A8A8A. Windows color (decimal): -7041442 or 6196884. OLE color: 6196884.
HSL color Cylindrical-coordinate representation of color #948E5E: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #948E5E is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 142 | 94 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.42 |
| HSL | 53.33º | 0.22% | 0.47% | - |
| HSV(B) | 53.33º | 0.36% | 0.58% | - |
| XYZ | 23.91 | 26.45 | 14.44 | - |
| YUV | 138.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 94 | 0 | 0.04 | 0.36 | 0.42 | 53.33 | 0.22 | 0.47 |
| Hex | 94 | 8E | 5E | 0 | 4 | 24 | 2A | 35 | 16 | 2F |
| Octal | 224 | 216 | 136 | 0 | 4 | 44 | 52 | 65 | 26 | 57 |
| Binary | 10010100 | 10001110 | 1011110 | 0 | 100 | 100100 | 101010 | 110101 | 10110 | 101111 |
Color Harmonies of #948E5E
Complementary color
Monochromatic Colors of #948E5E
Black with #948E5E
Text Example
Text Example
White with #948E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948E5E; }
p { color: rgb(148,142,94); }
H1.HeaderClassName
{
color: #948E5E;
}
.AnyTagClassName
{
color: #948E5E;
}
</style>
background-color css
<style>
a { background-color: #948E5E; }
a { background-color: rgb(148,142,94); }
div.DivClassName
{
background-color: #948E5E;
}
.BgClassName
{
background-color: #948E5E;
}
</style>
border-color css
<style>
span { border-color: #948E5E; }
span { border-color: rgb(148,142,94); }
td.TdClassName
{
border-color: #948E5E;
}
.TagClassName
{
border-color: #948E5E;
}
</style>