Shades of Bandicoot #928D5E
Tints of Bandicoot #928D5E
RGB
CMYK
RGB Variations
Color information
#928D5E (or 0x928D5E) is known color: Bandicoot. HEX triplet: 92, 8D and 5E. RGB value is (146,141,94). Sum of RGB (Red+Green+Blue) = 146+141+94=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #928D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D5E is #6D72A1. Grayscale: #898989. Windows color (decimal): -7172770 or 6196626. OLE color: 6196626.
HSL color Cylindrical-coordinate representation of color #928D5E: hue angle of 54.23º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #928D5E is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 94 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.43 |
| HSL | 54.23º | 0.22% | 0.47% | - |
| HSV(B) | 54.23º | 0.36% | 0.57% | - |
| XYZ | 23.4 | 25.97 | 14.37 | - |
| YUV | 137.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 94 | 0 | 0.03 | 0.36 | 0.43 | 54.23 | 0.22 | 0.47 |
| Hex | 92 | 8D | 5E | 0 | 3 | 24 | 2B | 36 | 16 | 2F |
| Octal | 222 | 215 | 136 | 0 | 3 | 44 | 53 | 66 | 26 | 57 |
| Binary | 10010010 | 10001101 | 1011110 | 0 | 11 | 100100 | 101011 | 110110 | 10110 | 101111 |
Color Harmonies of #928D5E
Complementary color
Monochromatic Colors of #928D5E
Black with #928D5E
Text Example
Text Example
White with #928D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D5E; }
p { color: rgb(146,141,94); }
H1.HeaderClassName
{
color: #928D5E;
}
.AnyTagClassName
{
color: #928D5E;
}
</style>
background-color css
<style>
a { background-color: #928D5E; }
a { background-color: rgb(146,141,94); }
div.DivClassName
{
background-color: #928D5E;
}
.BgClassName
{
background-color: #928D5E;
}
</style>
border-color css
<style>
span { border-color: #928D5E; }
span { border-color: rgb(146,141,94); }
td.TdClassName
{
border-color: #928D5E;
}
.TagClassName
{
border-color: #928D5E;
}
</style>