Shades of Bandicoot #928D61
Tints of Bandicoot #928D61
RGB
CMYK
RGB Variations
Color information
#928D61 (or 0x928D61) is known color: Bandicoot. HEX triplet: 92, 8D and 61. RGB value is (146,141,97). Sum of RGB (Red+Green+Blue) = 146+141+97=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #928D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D61 is #6D729E. Grayscale: #898989. Windows color (decimal): -7172767 or 6393234. OLE color: 6393234.
HSL color Cylindrical-coordinate representation of color #928D61: hue angle of 53.88º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #928D61 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 97 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.43 |
| HSL | 53.88º | 0.2% | 0.48% | - |
| HSV(B) | 53.88º | 0.34% | 0.57% | - |
| XYZ | 23.54 | 26.02 | 15.09 | - |
| YUV | 137.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 97 | 0 | 0.03 | 0.34 | 0.43 | 53.88 | 0.2 | 0.48 |
| Hex | 92 | 8D | 61 | 0 | 3 | 22 | 2B | 36 | 14 | 30 |
| Octal | 222 | 215 | 141 | 0 | 3 | 42 | 53 | 66 | 24 | 60 |
| Binary | 10010010 | 10001101 | 1100001 | 0 | 11 | 100010 | 101011 | 110110 | 10100 | 110000 |
Color Harmonies of #928D61
Complementary color
Monochromatic Colors of #928D61
Black with #928D61
Text Example
Text Example
White with #928D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D61; }
p { color: rgb(146,141,97); }
H1.HeaderClassName
{
color: #928D61;
}
.AnyTagClassName
{
color: #928D61;
}
</style>
background-color css
<style>
a { background-color: #928D61; }
a { background-color: rgb(146,141,97); }
div.DivClassName
{
background-color: #928D61;
}
.BgClassName
{
background-color: #928D61;
}
</style>
border-color css
<style>
span { border-color: #928D61; }
span { border-color: rgb(146,141,97); }
td.TdClassName
{
border-color: #928D61;
}
.TagClassName
{
border-color: #928D61;
}
</style>