Shades of Bandicoot #928E60
Tints of Bandicoot #928E60
RGB
CMYK
RGB Variations
Color information
#928E60 (or 0x928E60) is known color: Bandicoot. HEX triplet: 92, 8E and 60. RGB value is (146,142,96). Sum of RGB (Red+Green+Blue) = 146+142+96=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #928E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E60 is #6D719F. Grayscale: #8A8A8A. Windows color (decimal): -7172512 or 6327954. OLE color: 6327954.
HSL color Cylindrical-coordinate representation of color #928E60: hue angle of 55.2º 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 #928E60 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 96 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.43 |
| HSL | 55.2º | 0.21% | 0.47% | - |
| HSV(B) | 55.2º | 0.34% | 0.57% | - |
| XYZ | 23.64 | 26.3 | 14.9 | - |
| YUV | 137.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 96 | 0 | 0.03 | 0.34 | 0.43 | 55.2 | 0.21 | 0.47 |
| Hex | 92 | 8E | 60 | 0 | 3 | 22 | 2B | 37 | 15 | 2F |
| Octal | 222 | 216 | 140 | 0 | 3 | 42 | 53 | 67 | 25 | 57 |
| Binary | 10010010 | 10001110 | 1100000 | 0 | 11 | 100010 | 101011 | 110111 | 10101 | 101111 |
Color Harmonies of #928E60
Complementary color
Monochromatic Colors of #928E60
Black with #928E60
Text Example
Text Example
White with #928E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E60; }
p { color: rgb(146,142,96); }
H1.HeaderClassName
{
color: #928E60;
}
.AnyTagClassName
{
color: #928E60;
}
</style>
background-color css
<style>
a { background-color: #928E60; }
a { background-color: rgb(146,142,96); }
div.DivClassName
{
background-color: #928E60;
}
.BgClassName
{
background-color: #928E60;
}
</style>
border-color css
<style>
span { border-color: #928E60; }
span { border-color: rgb(146,142,96); }
td.TdClassName
{
border-color: #928E60;
}
.TagClassName
{
border-color: #928E60;
}
</style>