Shades of Bandicoot #928E61
Tints of Bandicoot #928E61
RGB
CMYK
RGB Variations
Color information
#928E61 (or 0x928E61) is known color: Bandicoot. HEX triplet: 92, 8E and 61. RGB value is (146,142,97). Sum of RGB (Red+Green+Blue) = 146+142+97=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #928E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E61 is #6D719E. Grayscale: #8A8A8A. Windows color (decimal): -7172511 or 6393490. OLE color: 6393490.
HSL color Cylindrical-coordinate representation of color #928E61: hue angle of 55.1º 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 #928E61 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 97 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.43 |
| HSL | 55.1º | 0.2% | 0.48% | - |
| HSV(B) | 55.1º | 0.34% | 0.57% | - |
| XYZ | 23.68 | 26.32 | 15.14 | - |
| YUV | 138.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 97 | 0 | 0.03 | 0.34 | 0.43 | 55.1 | 0.2 | 0.48 |
| Hex | 92 | 8E | 61 | 0 | 3 | 22 | 2B | 37 | 14 | 30 |
| Octal | 222 | 216 | 141 | 0 | 3 | 42 | 53 | 67 | 24 | 60 |
| Binary | 10010010 | 10001110 | 1100001 | 0 | 11 | 100010 | 101011 | 110111 | 10100 | 110000 |
Color Harmonies of #928E61
Complementary color
Monochromatic Colors of #928E61
Black with #928E61
Text Example
Text Example
White with #928E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E61; }
p { color: rgb(146,142,97); }
H1.HeaderClassName
{
color: #928E61;
}
.AnyTagClassName
{
color: #928E61;
}
</style>
background-color css
<style>
a { background-color: #928E61; }
a { background-color: rgb(146,142,97); }
div.DivClassName
{
background-color: #928E61;
}
.BgClassName
{
background-color: #928E61;
}
</style>
border-color css
<style>
span { border-color: #928E61; }
span { border-color: rgb(146,142,97); }
td.TdClassName
{
border-color: #928E61;
}
.TagClassName
{
border-color: #928E61;
}
</style>