Shades of Bandicoot #948F56
Tints of Bandicoot #948F56
RGB
CMYK
RGB Variations
Color information
#948F56 (or 0x948F56) is known color: Bandicoot. HEX triplet: 94, 8F and 56. RGB value is (148,143,86). Sum of RGB (Red+Green+Blue) = 148+143+86=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #948F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F56 is #6B70A9. Grayscale: #8A8A8A. Windows color (decimal): -7041194 or 5672852. OLE color: 5672852.
HSL color Cylindrical-coordinate representation of color #948F56: hue angle of 55.16º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #948F56 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 86 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.42 |
| HSL | 55.16º | 0.26% | 0.46% | - |
| HSV(B) | 55.16º | 0.42% | 0.58% | - |
| XYZ | 23.71 | 26.61 | 12.69 | - |
| YUV | 138 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 86 | 0 | 0.03 | 0.42 | 0.42 | 55.16 | 0.26 | 0.46 |
| Hex | 94 | 8F | 56 | 0 | 3 | 2A | 2A | 37 | 1A | 2E |
| Octal | 224 | 217 | 126 | 0 | 3 | 52 | 52 | 67 | 32 | 56 |
| Binary | 10010100 | 10001111 | 1010110 | 0 | 11 | 101010 | 101010 | 110111 | 11010 | 101110 |
Color Harmonies of #948F56
Complementary color
Monochromatic Colors of #948F56
Black with #948F56
Text Example
Text Example
White with #948F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F56; }
p { color: rgb(148,143,86); }
H1.HeaderClassName
{
color: #948F56;
}
.AnyTagClassName
{
color: #948F56;
}
</style>
background-color css
<style>
a { background-color: #948F56; }
a { background-color: rgb(148,143,86); }
div.DivClassName
{
background-color: #948F56;
}
.BgClassName
{
background-color: #948F56;
}
</style>
border-color css
<style>
span { border-color: #948F56; }
span { border-color: rgb(148,143,86); }
td.TdClassName
{
border-color: #948F56;
}
.TagClassName
{
border-color: #948F56;
}
</style>