Shades of Bandicoot #928D56
Tints of Bandicoot #928D56
RGB
CMYK
RGB Variations
Color information
#928D56 (or 0x928D56) is known color: Bandicoot. HEX triplet: 92, 8D and 56. RGB value is (146,141,86). Sum of RGB (Red+Green+Blue) = 146+141+86=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #928D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D56 is #6D72A9. Grayscale: #888888. Windows color (decimal): -7172778 or 5672338. OLE color: 5672338.
HSL color Cylindrical-coordinate representation of color #928D56: hue angle of 55º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #928D56 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 86 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.43 |
| HSL | 55º | 0.26% | 0.45% | - |
| HSV(B) | 55º | 0.41% | 0.57% | - |
| XYZ | 23.06 | 25.83 | 12.57 | - |
| YUV | 136.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 86 | 0 | 0.03 | 0.41 | 0.43 | 55 | 0.26 | 0.45 |
| Hex | 92 | 8D | 56 | 0 | 3 | 29 | 2B | 37 | 1A | 2D |
| Octal | 222 | 215 | 126 | 0 | 3 | 51 | 53 | 67 | 32 | 55 |
| Binary | 10010010 | 10001101 | 1010110 | 0 | 11 | 101001 | 101011 | 110111 | 11010 | 101101 |
Color Harmonies of #928D56
Complementary color
Monochromatic Colors of #928D56
Black with #928D56
Text Example
Text Example
White with #928D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D56; }
p { color: rgb(146,141,86); }
H1.HeaderClassName
{
color: #928D56;
}
.AnyTagClassName
{
color: #928D56;
}
</style>
background-color css
<style>
a { background-color: #928D56; }
a { background-color: rgb(146,141,86); }
div.DivClassName
{
background-color: #928D56;
}
.BgClassName
{
background-color: #928D56;
}
</style>
border-color css
<style>
span { border-color: #928D56; }
span { border-color: rgb(146,141,86); }
td.TdClassName
{
border-color: #928D56;
}
.TagClassName
{
border-color: #928D56;
}
</style>