Shades of Lemon Ginger #927C31
Tints of Lemon Ginger #927C31
RGB
CMYK
RGB Variations
Color information
#927C31 (or 0x927C31) is known color: Lemon Ginger. HEX triplet: 92, 7C and 31. RGB value is (146,124,49). Sum of RGB (Red+Green+Blue) = 146+124+49=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #927C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C31 is #6D83CE. Grayscale: #7A7A7A. Windows color (decimal): -7177167 or 3243154. OLE color: 3243154.
HSL color Cylindrical-coordinate representation of color #927C31: hue angle of 46.39º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #927C31 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 49 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.43 |
| HSL | 46.39º | 0.5% | 0.38% | - |
| HSV(B) | 46.39º | 0.66% | 0.57% | - |
| XYZ | 19.62 | 20.75 | 5.88 | - |
| YUV | 122.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 49 | 0 | 0.15 | 0.66 | 0.43 | 46.39 | 0.5 | 0.38 |
| Hex | 92 | 7C | 31 | 0 | F | 42 | 2B | 2E | 32 | 26 |
| Octal | 222 | 174 | 61 | 0 | 17 | 102 | 53 | 56 | 62 | 46 |
| Binary | 10010010 | 1111100 | 110001 | 0 | 1111 | 1000010 | 101011 | 101110 | 110010 | 100110 |
Color Harmonies of #927C31
Complementary color
Monochromatic Colors of #927C31
Black with #927C31
Text Example
Text Example
White with #927C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C31; }
p { color: rgb(146,124,49); }
H1.HeaderClassName
{
color: #927C31;
}
.AnyTagClassName
{
color: #927C31;
}
</style>
background-color css
<style>
a { background-color: #927C31; }
a { background-color: rgb(146,124,49); }
div.DivClassName
{
background-color: #927C31;
}
.BgClassName
{
background-color: #927C31;
}
</style>
border-color css
<style>
span { border-color: #927C31; }
span { border-color: rgb(146,124,49); }
td.TdClassName
{
border-color: #927C31;
}
.TagClassName
{
border-color: #927C31;
}
</style>