Shades of Bandicoot #928F5B
Tints of Bandicoot #928F5B
RGB
CMYK
RGB Variations
Color information
#928F5B (or 0x928F5B) is known color: Bandicoot. HEX triplet: 92, 8F and 5B. RGB value is (146,143,91). Sum of RGB (Red+Green+Blue) = 146+143+91=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #928F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F5B is #6D70A4. Grayscale: #8A8A8A. Windows color (decimal): -7172261 or 6000530. OLE color: 6000530.
HSL color Cylindrical-coordinate representation of color #928F5B: hue angle of 56.73º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #928F5B is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 143 | 91 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.43 |
| HSL | 56.73º | 0.23% | 0.46% | - |
| HSV(B) | 56.73º | 0.38% | 0.57% | - |
| XYZ | 23.56 | 26.51 | 13.77 | - |
| YUV | 137.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 91 | 0 | 0.02 | 0.38 | 0.43 | 56.73 | 0.23 | 0.46 |
| Hex | 92 | 8F | 5B | 0 | 2 | 26 | 2B | 39 | 17 | 2E |
| Octal | 222 | 217 | 133 | 0 | 2 | 46 | 53 | 71 | 27 | 56 |
| Binary | 10010010 | 10001111 | 1011011 | 0 | 10 | 100110 | 101011 | 111001 | 10111 | 101110 |
Color Harmonies of #928F5B
Complementary color
Monochromatic Colors of #928F5B
Black with #928F5B
Text Example
Text Example
White with #928F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928F5B; }
p { color: rgb(146,143,91); }
H1.HeaderClassName
{
color: #928F5B;
}
.AnyTagClassName
{
color: #928F5B;
}
</style>
background-color css
<style>
a { background-color: #928F5B; }
a { background-color: rgb(146,143,91); }
div.DivClassName
{
background-color: #928F5B;
}
.BgClassName
{
background-color: #928F5B;
}
</style>
border-color css
<style>
span { border-color: #928F5B; }
span { border-color: rgb(146,143,91); }
td.TdClassName
{
border-color: #928F5B;
}
.TagClassName
{
border-color: #928F5B;
}
</style>