Shades of Bandicoot #928D64
Tints of Bandicoot #928D64
RGB
CMYK
RGB Variations
Color information
#928D64 (or 0x928D64) is known color: Bandicoot. HEX triplet: 92, 8D and 64. RGB value is (146,141,100). Sum of RGB (Red+Green+Blue) = 146+141+100=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #928D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D64 is #6D729B. Grayscale: #898989. Windows color (decimal): -7172764 or 6589842. OLE color: 6589842.
HSL color Cylindrical-coordinate representation of color #928D64: hue angle of 53.48º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928D64 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 100 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.43 |
| HSL | 53.48º | 0.19% | 0.48% | - |
| HSV(B) | 53.48º | 0.32% | 0.57% | - |
| XYZ | 23.68 | 26.08 | 15.84 | - |
| YUV | 137.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 100 | 0 | 0.03 | 0.32 | 0.43 | 53.48 | 0.19 | 0.48 |
| Hex | 92 | 8D | 64 | 0 | 3 | 20 | 2B | 35 | 13 | 30 |
| Octal | 222 | 215 | 144 | 0 | 3 | 40 | 53 | 65 | 23 | 60 |
| Binary | 10010010 | 10001101 | 1100100 | 0 | 11 | 100000 | 101011 | 110101 | 10011 | 110000 |
Color Harmonies of #928D64
Complementary color
Monochromatic Colors of #928D64
Black with #928D64
Text Example
Text Example
White with #928D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D64; }
p { color: rgb(146,141,100); }
H1.HeaderClassName
{
color: #928D64;
}
.AnyTagClassName
{
color: #928D64;
}
</style>
background-color css
<style>
a { background-color: #928D64; }
a { background-color: rgb(146,141,100); }
div.DivClassName
{
background-color: #928D64;
}
.BgClassName
{
background-color: #928D64;
}
</style>
border-color css
<style>
span { border-color: #928D64; }
span { border-color: rgb(146,141,100); }
td.TdClassName
{
border-color: #928D64;
}
.TagClassName
{
border-color: #928D64;
}
</style>