Shades of Bandicoot #928E56
Tints of Bandicoot #928E56
RGB
CMYK
RGB Variations
Color information
#928E56 (or 0x928E56) is known color: Bandicoot. HEX triplet: 92, 8E and 56. RGB value is (146,142,86). Sum of RGB (Red+Green+Blue) = 146+142+86=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #928E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E56 is #6D71A9. Grayscale: #898989. Windows color (decimal): -7172522 or 5672594. OLE color: 5672594.
HSL color Cylindrical-coordinate representation of color #928E56: hue angle of 56º 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 #928E56 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 86 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.43 |
| HSL | 56º | 0.26% | 0.45% | - |
| HSV(B) | 56º | 0.41% | 0.57% | - |
| XYZ | 23.21 | 26.13 | 12.62 | - |
| YUV | 136.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 86 | 0 | 0.03 | 0.41 | 0.43 | 56 | 0.26 | 0.45 |
| Hex | 92 | 8E | 56 | 0 | 3 | 29 | 2B | 38 | 1A | 2D |
| Octal | 222 | 216 | 126 | 0 | 3 | 51 | 53 | 70 | 32 | 55 |
| Binary | 10010010 | 10001110 | 1010110 | 0 | 11 | 101001 | 101011 | 111000 | 11010 | 101101 |
Color Harmonies of #928E56
Complementary color
Monochromatic Colors of #928E56
Black with #928E56
Text Example
Text Example
White with #928E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E56; }
p { color: rgb(146,142,86); }
H1.HeaderClassName
{
color: #928E56;
}
.AnyTagClassName
{
color: #928E56;
}
</style>
background-color css
<style>
a { background-color: #928E56; }
a { background-color: rgb(146,142,86); }
div.DivClassName
{
background-color: #928E56;
}
.BgClassName
{
background-color: #928E56;
}
</style>
border-color css
<style>
span { border-color: #928E56; }
span { border-color: rgb(146,142,86); }
td.TdClassName
{
border-color: #928E56;
}
.TagClassName
{
border-color: #928E56;
}
</style>