Shades of Bandicoot #928F58
Tints of Bandicoot #928F58
RGB
CMYK
RGB Variations
Color information
#928F58 (or 0x928F58) is known color: Bandicoot. HEX triplet: 92, 8F and 58. RGB value is (146,143,88). Sum of RGB (Red+Green+Blue) = 146+143+88=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #928F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F58 is #6D70A7. Grayscale: #898989. Windows color (decimal): -7172264 or 5803922. OLE color: 5803922.
HSL color Cylindrical-coordinate representation of color #928F58: hue angle of 56.9º 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 #928F58 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 143 | 88 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.43 |
| HSL | 56.9º | 0.25% | 0.46% | - |
| HSV(B) | 56.9º | 0.4% | 0.57% | - |
| XYZ | 23.44 | 26.46 | 13.1 | - |
| YUV | 137.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 88 | 0 | 0.02 | 0.40 | 0.43 | 56.9 | 0.25 | 0.46 |
| Hex | 92 | 8F | 58 | 0 | 2 | 28 | 2B | 39 | 19 | 2E |
| Octal | 222 | 217 | 130 | 0 | 2 | 50 | 53 | 71 | 31 | 56 |
| Binary | 10010010 | 10001111 | 1011000 | 0 | 10 | 101000 | 101011 | 111001 | 11001 | 101110 |
Color Harmonies of #928F58
Complementary color
Monochromatic Colors of #928F58
Black with #928F58
Text Example
Text Example
White with #928F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928F58; }
p { color: rgb(146,143,88); }
H1.HeaderClassName
{
color: #928F58;
}
.AnyTagClassName
{
color: #928F58;
}
</style>
background-color css
<style>
a { background-color: #928F58; }
a { background-color: rgb(146,143,88); }
div.DivClassName
{
background-color: #928F58;
}
.BgClassName
{
background-color: #928F58;
}
</style>
border-color css
<style>
span { border-color: #928F58; }
span { border-color: rgb(146,143,88); }
td.TdClassName
{
border-color: #928F58;
}
.TagClassName
{
border-color: #928F58;
}
</style>