Shades of Bandicoot #928C5F
Tints of Bandicoot #928C5F
RGB
CMYK
RGB Variations
Color information
#928C5F (or 0x928C5F) is known color: Bandicoot. HEX triplet: 92, 8C and 5F. RGB value is (146,140,95). Sum of RGB (Red+Green+Blue) = 146+140+95=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #928C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C5F is #6D73A0. Grayscale: #888888. Windows color (decimal): -7173025 or 6261906. OLE color: 6261906.
HSL color Cylindrical-coordinate representation of color #928C5F: hue angle of 52.94º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #928C5F is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 95 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.43 |
| HSL | 52.94º | 0.21% | 0.47% | - |
| HSV(B) | 52.94º | 0.35% | 0.57% | - |
| XYZ | 23.3 | 25.69 | 14.56 | - |
| YUV | 136.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 95 | 0 | 0.04 | 0.35 | 0.43 | 52.94 | 0.21 | 0.47 |
| Hex | 92 | 8C | 5F | 0 | 4 | 23 | 2B | 35 | 15 | 2F |
| Octal | 222 | 214 | 137 | 0 | 4 | 43 | 53 | 65 | 25 | 57 |
| Binary | 10010010 | 10001100 | 1011111 | 0 | 100 | 100011 | 101011 | 110101 | 10101 | 101111 |
Color Harmonies of #928C5F
Complementary color
Monochromatic Colors of #928C5F
Black with #928C5F
Text Example
Text Example
White with #928C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C5F; }
p { color: rgb(146,140,95); }
H1.HeaderClassName
{
color: #928C5F;
}
.AnyTagClassName
{
color: #928C5F;
}
</style>
background-color css
<style>
a { background-color: #928C5F; }
a { background-color: rgb(146,140,95); }
div.DivClassName
{
background-color: #928C5F;
}
.BgClassName
{
background-color: #928C5F;
}
</style>
border-color css
<style>
span { border-color: #928C5F; }
span { border-color: rgb(146,140,95); }
td.TdClassName
{
border-color: #928C5F;
}
.TagClassName
{
border-color: #928C5F;
}
</style>