Shades of Bandicoot #928F57
Tints of Bandicoot #928F57
RGB
CMYK
RGB Variations
Color information
#928F57 (or 0x928F57) is known color: Bandicoot. HEX triplet: 92, 8F and 57. RGB value is (146,143,87). Sum of RGB (Red+Green+Blue) = 146+143+87=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #928F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F57 is #6D70A8. Grayscale: #898989. Windows color (decimal): -7172265 or 5738386. OLE color: 5738386.
HSL color Cylindrical-coordinate representation of color #928F57: hue angle of 56.95º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #928F57 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 143 | 87 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.43 |
| HSL | 56.95º | 0.25% | 0.46% | - |
| HSV(B) | 56.95º | 0.4% | 0.57% | - |
| XYZ | 23.4 | 26.44 | 12.89 | - |
| YUV | 137.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 87 | 0 | 0.02 | 0.40 | 0.43 | 56.95 | 0.25 | 0.46 |
| Hex | 92 | 8F | 57 | 0 | 2 | 28 | 2B | 39 | 19 | 2E |
| Octal | 222 | 217 | 127 | 0 | 2 | 50 | 53 | 71 | 31 | 56 |
| Binary | 10010010 | 10001111 | 1010111 | 0 | 10 | 101000 | 101011 | 111001 | 11001 | 101110 |
Color Harmonies of #928F57
Complementary color
Monochromatic Colors of #928F57
Black with #928F57
Text Example
Text Example
White with #928F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928F57; }
p { color: rgb(146,143,87); }
H1.HeaderClassName
{
color: #928F57;
}
.AnyTagClassName
{
color: #928F57;
}
</style>
background-color css
<style>
a { background-color: #928F57; }
a { background-color: rgb(146,143,87); }
div.DivClassName
{
background-color: #928F57;
}
.BgClassName
{
background-color: #928F57;
}
</style>
border-color css
<style>
span { border-color: #928F57; }
span { border-color: rgb(146,143,87); }
td.TdClassName
{
border-color: #928F57;
}
.TagClassName
{
border-color: #928F57;
}
</style>