Shades of Bandicoot #928E5F
Tints of Bandicoot #928E5F
RGB
CMYK
RGB Variations
Color information
#928E5F (or 0x928E5F) is known color: Bandicoot. HEX triplet: 92, 8E and 5F. RGB value is (146,142,95). Sum of RGB (Red+Green+Blue) = 146+142+95=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 146 - color contains mainly: red. Hex color #928E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E5F is #6D71A0. Grayscale: #8A8A8A. Windows color (decimal): -7172513 or 6262418. OLE color: 6262418.
HSL color Cylindrical-coordinate representation of color #928E5F: hue angle of 55.29º 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 #928E5F is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 95 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.43 |
| HSL | 55.29º | 0.21% | 0.47% | - |
| HSV(B) | 55.29º | 0.35% | 0.57% | - |
| XYZ | 23.59 | 26.28 | 14.66 | - |
| YUV | 137.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 95 | 0 | 0.03 | 0.35 | 0.43 | 55.29 | 0.21 | 0.47 |
| Hex | 92 | 8E | 5F | 0 | 3 | 23 | 2B | 37 | 15 | 2F |
| Octal | 222 | 216 | 137 | 0 | 3 | 43 | 53 | 67 | 25 | 57 |
| Binary | 10010010 | 10001110 | 1011111 | 0 | 11 | 100011 | 101011 | 110111 | 10101 | 101111 |
Color Harmonies of #928E5F
Complementary color
Monochromatic Colors of #928E5F
Black with #928E5F
Text Example
Text Example
White with #928E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E5F; }
p { color: rgb(146,142,95); }
H1.HeaderClassName
{
color: #928E5F;
}
.AnyTagClassName
{
color: #928E5F;
}
</style>
background-color css
<style>
a { background-color: #928E5F; }
a { background-color: rgb(146,142,95); }
div.DivClassName
{
background-color: #928E5F;
}
.BgClassName
{
background-color: #928E5F;
}
</style>
border-color css
<style>
span { border-color: #928E5F; }
span { border-color: rgb(146,142,95); }
td.TdClassName
{
border-color: #928E5F;
}
.TagClassName
{
border-color: #928E5F;
}
</style>