Shades of Bandicoot #928D59
Tints of Bandicoot #928D59
RGB
CMYK
RGB Variations
Color information
#928D59 (or 0x928D59) is known color: Bandicoot. HEX triplet: 92, 8D and 59. RGB value is (146,141,89). Sum of RGB (Red+Green+Blue) = 146+141+89=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #928D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D59 is #6D72A6. Grayscale: #888888. Windows color (decimal): -7172775 or 5868946. OLE color: 5868946.
HSL color Cylindrical-coordinate representation of color #928D59: hue angle of 54.74º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #928D59 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 89 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.43 |
| HSL | 54.74º | 0.24% | 0.46% | - |
| HSV(B) | 54.74º | 0.39% | 0.57% | - |
| XYZ | 23.18 | 25.88 | 13.23 | - |
| YUV | 136.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 89 | 0 | 0.03 | 0.39 | 0.43 | 54.74 | 0.24 | 0.46 |
| Hex | 92 | 8D | 59 | 0 | 3 | 27 | 2B | 37 | 18 | 2E |
| Octal | 222 | 215 | 131 | 0 | 3 | 47 | 53 | 67 | 30 | 56 |
| Binary | 10010010 | 10001101 | 1011001 | 0 | 11 | 100111 | 101011 | 110111 | 11000 | 101110 |
Color Harmonies of #928D59
Complementary color
Monochromatic Colors of #928D59
Black with #928D59
Text Example
Text Example
White with #928D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D59; }
p { color: rgb(146,141,89); }
H1.HeaderClassName
{
color: #928D59;
}
.AnyTagClassName
{
color: #928D59;
}
</style>
background-color css
<style>
a { background-color: #928D59; }
a { background-color: rgb(146,141,89); }
div.DivClassName
{
background-color: #928D59;
}
.BgClassName
{
background-color: #928D59;
}
</style>
border-color css
<style>
span { border-color: #928D59; }
span { border-color: rgb(146,141,89); }
td.TdClassName
{
border-color: #928D59;
}
.TagClassName
{
border-color: #928D59;
}
</style>