Shades of Bandicoot #928B5D
Tints of Bandicoot #928B5D
RGB
CMYK
RGB Variations
Color information
#928B5D (or 0x928B5D) is known color: Bandicoot. HEX triplet: 92, 8B and 5D. RGB value is (146,139,93). Sum of RGB (Red+Green+Blue) = 146+139+93=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #928B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B5D is #6D74A2. Grayscale: #888888. Windows color (decimal): -7173283 or 6130578. OLE color: 6130578.
HSL color Cylindrical-coordinate representation of color #928B5D: hue angle of 52.08º 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 #928B5D is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 93 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.43 |
| HSL | 52.08º | 0.22% | 0.47% | - |
| HSV(B) | 52.08º | 0.36% | 0.57% | - |
| XYZ | 23.06 | 25.37 | 14.04 | - |
| YUV | 135.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 93 | 0 | 0.05 | 0.36 | 0.43 | 52.08 | 0.22 | 0.47 |
| Hex | 92 | 8B | 5D | 0 | 5 | 24 | 2B | 34 | 16 | 2F |
| Octal | 222 | 213 | 135 | 0 | 5 | 44 | 53 | 64 | 26 | 57 |
| Binary | 10010010 | 10001011 | 1011101 | 0 | 101 | 100100 | 101011 | 110100 | 10110 | 101111 |
Color Harmonies of #928B5D
Complementary color
Monochromatic Colors of #928B5D
Black with #928B5D
Text Example
Text Example
White with #928B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B5D; }
p { color: rgb(146,139,93); }
H1.HeaderClassName
{
color: #928B5D;
}
.AnyTagClassName
{
color: #928B5D;
}
</style>
background-color css
<style>
a { background-color: #928B5D; }
a { background-color: rgb(146,139,93); }
div.DivClassName
{
background-color: #928B5D;
}
.BgClassName
{
background-color: #928B5D;
}
</style>
border-color css
<style>
span { border-color: #928B5D; }
span { border-color: rgb(146,139,93); }
td.TdClassName
{
border-color: #928B5D;
}
.TagClassName
{
border-color: #928B5D;
}
</style>