Shades of Bandicoot #928C5C
Tints of Bandicoot #928C5C
RGB
CMYK
RGB Variations
Color information
#928C5C (or 0x928C5C) is known color: Bandicoot. HEX triplet: 92, 8C and 5C. RGB value is (146,140,92). Sum of RGB (Red+Green+Blue) = 146+140+92=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #928C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C5C is #6D73A3. Grayscale: #888888. Windows color (decimal): -7173028 or 6065298. OLE color: 6065298.
HSL color Cylindrical-coordinate representation of color #928C5C: hue angle of 53.33º 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 #928C5C is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 92 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.43 |
| HSL | 53.33º | 0.23% | 0.47% | - |
| HSV(B) | 53.33º | 0.37% | 0.57% | - |
| XYZ | 23.16 | 25.64 | 13.85 | - |
| YUV | 136.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 92 | 0 | 0.04 | 0.37 | 0.43 | 53.33 | 0.23 | 0.47 |
| Hex | 92 | 8C | 5C | 0 | 4 | 25 | 2B | 35 | 17 | 2F |
| Octal | 222 | 214 | 134 | 0 | 4 | 45 | 53 | 65 | 27 | 57 |
| Binary | 10010010 | 10001100 | 1011100 | 0 | 100 | 100101 | 101011 | 110101 | 10111 | 101111 |
Color Harmonies of #928C5C
Complementary color
Monochromatic Colors of #928C5C
Black with #928C5C
Text Example
Text Example
White with #928C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C5C; }
p { color: rgb(146,140,92); }
H1.HeaderClassName
{
color: #928C5C;
}
.AnyTagClassName
{
color: #928C5C;
}
</style>
background-color css
<style>
a { background-color: #928C5C; }
a { background-color: rgb(146,140,92); }
div.DivClassName
{
background-color: #928C5C;
}
.BgClassName
{
background-color: #928C5C;
}
</style>
border-color css
<style>
span { border-color: #928C5C; }
span { border-color: rgb(146,140,92); }
td.TdClassName
{
border-color: #928C5C;
}
.TagClassName
{
border-color: #928C5C;
}
</style>