Shades of Bandicoot #928C60
Tints of Bandicoot #928C60
RGB
CMYK
RGB Variations
Color information
#928C60 (or 0x928C60) is known color: Bandicoot. HEX triplet: 92, 8C and 60. RGB value is (146,140,96). Sum of RGB (Red+Green+Blue) = 146+140+96=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #928C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C60 is #6D739F. Grayscale: #888888. Windows color (decimal): -7173024 or 6327442. OLE color: 6327442.
HSL color Cylindrical-coordinate representation of color #928C60: hue angle of 52.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #928C60 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 96 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.43 |
| HSL | 52.8º | 0.21% | 0.47% | - |
| HSV(B) | 52.8º | 0.34% | 0.57% | - |
| XYZ | 23.34 | 25.71 | 14.8 | - |
| YUV | 136.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 96 | 0 | 0.04 | 0.34 | 0.43 | 52.8 | 0.21 | 0.47 |
| Hex | 92 | 8C | 60 | 0 | 4 | 22 | 2B | 35 | 15 | 2F |
| Octal | 222 | 214 | 140 | 0 | 4 | 42 | 53 | 65 | 25 | 57 |
| Binary | 10010010 | 10001100 | 1100000 | 0 | 100 | 100010 | 101011 | 110101 | 10101 | 101111 |
Color Harmonies of #928C60
Complementary color
Monochromatic Colors of #928C60
Black with #928C60
Text Example
Text Example
White with #928C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C60; }
p { color: rgb(146,140,96); }
H1.HeaderClassName
{
color: #928C60;
}
.AnyTagClassName
{
color: #928C60;
}
</style>
background-color css
<style>
a { background-color: #928C60; }
a { background-color: rgb(146,140,96); }
div.DivClassName
{
background-color: #928C60;
}
.BgClassName
{
background-color: #928C60;
}
</style>
border-color css
<style>
span { border-color: #928C60; }
span { border-color: rgb(146,140,96); }
td.TdClassName
{
border-color: #928C60;
}
.TagClassName
{
border-color: #928C60;
}
</style>