Shades of Bandicoot #948F5F
Tints of Bandicoot #948F5F
RGB
CMYK
RGB Variations
Color information
#948F5F (or 0x948F5F) is known color: Bandicoot. HEX triplet: 94, 8F and 5F. RGB value is (148,143,95). Sum of RGB (Red+Green+Blue) = 148+143+95=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #948F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F5F is #6B70A0. Grayscale: #8B8B8B. Windows color (decimal): -7041185 or 6262676. OLE color: 6262676.
HSL color Cylindrical-coordinate representation of color #948F5F: hue angle of 54.34º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #948F5F is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 95 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.42 |
| HSL | 54.34º | 0.22% | 0.48% | - |
| HSV(B) | 54.34º | 0.36% | 0.58% | - |
| XYZ | 24.1 | 26.77 | 14.72 | - |
| YUV | 139.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 95 | 0 | 0.03 | 0.36 | 0.42 | 54.34 | 0.22 | 0.48 |
| Hex | 94 | 8F | 5F | 0 | 3 | 24 | 2A | 36 | 16 | 30 |
| Octal | 224 | 217 | 137 | 0 | 3 | 44 | 52 | 66 | 26 | 60 |
| Binary | 10010100 | 10001111 | 1011111 | 0 | 11 | 100100 | 101010 | 110110 | 10110 | 110000 |
Color Harmonies of #948F5F
Complementary color
Monochromatic Colors of #948F5F
Black with #948F5F
Text Example
Text Example
White with #948F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F5F; }
p { color: rgb(148,143,95); }
H1.HeaderClassName
{
color: #948F5F;
}
.AnyTagClassName
{
color: #948F5F;
}
</style>
background-color css
<style>
a { background-color: #948F5F; }
a { background-color: rgb(148,143,95); }
div.DivClassName
{
background-color: #948F5F;
}
.BgClassName
{
background-color: #948F5F;
}
</style>
border-color css
<style>
span { border-color: #948F5F; }
span { border-color: rgb(148,143,95); }
td.TdClassName
{
border-color: #948F5F;
}
.TagClassName
{
border-color: #948F5F;
}
</style>