Shades of Bandicoot #949055
Tints of Bandicoot #949055
RGB
CMYK
RGB Variations
Color information
#949055 (or 0x949055) is known color: Bandicoot. HEX triplet: 94, 90 and 55. RGB value is (148,144,85). Sum of RGB (Red+Green+Blue) = 148+144+85=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #949055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949055 is #6B6FAA. Grayscale: #8A8A8A. Windows color (decimal): -7040939 or 5607572. OLE color: 5607572.
HSL color Cylindrical-coordinate representation of color #949055: hue angle of 56.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #949055 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 85 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.42 |
| HSL | 56.19º | 0.27% | 0.46% | - |
| HSV(B) | 56.19º | 0.43% | 0.58% | - |
| XYZ | 23.83 | 26.9 | 12.53 | - |
| YUV | 138.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 85 | 0 | 0.03 | 0.43 | 0.42 | 56.19 | 0.27 | 0.46 |
| Hex | 94 | 90 | 55 | 0 | 3 | 2B | 2A | 38 | 1B | 2E |
| Octal | 224 | 220 | 125 | 0 | 3 | 53 | 52 | 70 | 33 | 56 |
| Binary | 10010100 | 10010000 | 1010101 | 0 | 11 | 101011 | 101010 | 111000 | 11011 | 101110 |
Color Harmonies of #949055
Complementary color
Monochromatic Colors of #949055
Black with #949055
Text Example
Text Example
White with #949055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949055; }
p { color: rgb(148,144,85); }
H1.HeaderClassName
{
color: #949055;
}
.AnyTagClassName
{
color: #949055;
}
</style>
background-color css
<style>
a { background-color: #949055; }
a { background-color: rgb(148,144,85); }
div.DivClassName
{
background-color: #949055;
}
.BgClassName
{
background-color: #949055;
}
</style>
border-color css
<style>
span { border-color: #949055; }
span { border-color: rgb(148,144,85); }
td.TdClassName
{
border-color: #949055;
}
.TagClassName
{
border-color: #949055;
}
</style>