Shades of Bandicoot #928E55
Tints of Bandicoot #928E55
RGB
CMYK
RGB Variations
Color information
#928E55 (or 0x928E55) is known color: Bandicoot. HEX triplet: 92, 8E and 55. RGB value is (146,142,85). Sum of RGB (Red+Green+Blue) = 146+142+85=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #928E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E55 is #6D71AA. Grayscale: #888888. Windows color (decimal): -7172523 or 5607058. OLE color: 5607058.
HSL color Cylindrical-coordinate representation of color #928E55: hue angle of 56.07º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #928E55 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 85 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.43 |
| HSL | 56.07º | 0.26% | 0.45% | - |
| HSV(B) | 56.07º | 0.42% | 0.57% | - |
| XYZ | 23.17 | 26.11 | 12.41 | - |
| YUV | 136.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 85 | 0 | 0.03 | 0.42 | 0.43 | 56.07 | 0.26 | 0.45 |
| Hex | 92 | 8E | 55 | 0 | 3 | 2A | 2B | 38 | 1A | 2D |
| Octal | 222 | 216 | 125 | 0 | 3 | 52 | 53 | 70 | 32 | 55 |
| Binary | 10010010 | 10001110 | 1010101 | 0 | 11 | 101010 | 101011 | 111000 | 11010 | 101101 |
Color Harmonies of #928E55
Complementary color
Monochromatic Colors of #928E55
Black with #928E55
Text Example
Text Example
White with #928E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E55; }
p { color: rgb(146,142,85); }
H1.HeaderClassName
{
color: #928E55;
}
.AnyTagClassName
{
color: #928E55;
}
</style>
background-color css
<style>
a { background-color: #928E55; }
a { background-color: rgb(146,142,85); }
div.DivClassName
{
background-color: #928E55;
}
.BgClassName
{
background-color: #928E55;
}
</style>
border-color css
<style>
span { border-color: #928E55; }
span { border-color: rgb(146,142,85); }
td.TdClassName
{
border-color: #928E55;
}
.TagClassName
{
border-color: #928E55;
}
</style>