Shades of Bandicoot #928B5C
Tints of Bandicoot #928B5C
RGB
CMYK
RGB Variations
Color information
#928B5C (or 0x928B5C) is known color: Bandicoot. HEX triplet: 92, 8B and 5C. RGB value is (146,139,92). Sum of RGB (Red+Green+Blue) = 146+139+92=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #928B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B5C is #6D74A3. Grayscale: #878787. Windows color (decimal): -7173284 or 6065042. OLE color: 6065042.
HSL color Cylindrical-coordinate representation of color #928B5C: hue angle of 52.22º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #928B5C is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 92 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.43 |
| HSL | 52.22º | 0.23% | 0.47% | - |
| HSV(B) | 52.22º | 0.37% | 0.57% | - |
| XYZ | 23.02 | 25.35 | 13.8 | - |
| YUV | 135.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 92 | 0 | 0.05 | 0.37 | 0.43 | 52.22 | 0.23 | 0.47 |
| Hex | 92 | 8B | 5C | 0 | 5 | 25 | 2B | 34 | 17 | 2F |
| Octal | 222 | 213 | 134 | 0 | 5 | 45 | 53 | 64 | 27 | 57 |
| Binary | 10010010 | 10001011 | 1011100 | 0 | 101 | 100101 | 101011 | 110100 | 10111 | 101111 |
Color Harmonies of #928B5C
Complementary color
Monochromatic Colors of #928B5C
Black with #928B5C
Text Example
Text Example
White with #928B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B5C; }
p { color: rgb(146,139,92); }
H1.HeaderClassName
{
color: #928B5C;
}
.AnyTagClassName
{
color: #928B5C;
}
</style>
background-color css
<style>
a { background-color: #928B5C; }
a { background-color: rgb(146,139,92); }
div.DivClassName
{
background-color: #928B5C;
}
.BgClassName
{
background-color: #928B5C;
}
</style>
border-color css
<style>
span { border-color: #928B5C; }
span { border-color: rgb(146,139,92); }
td.TdClassName
{
border-color: #928B5C;
}
.TagClassName
{
border-color: #928B5C;
}
</style>