Shades of Lemon Ginger #928D2C
Tints of Lemon Ginger #928D2C
RGB
CMYK
RGB Variations
Color information
#928D2C (or 0x928D2C) is known color: Lemon Ginger. HEX triplet: 92, 8D and 2C. RGB value is (146,141,44). Sum of RGB (Red+Green+Blue) = 146+141+44=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #928D2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928D2C is #6D72D3. Grayscale: #838383. Windows color (decimal): -7172820 or 2919826. OLE color: 2919826.
HSL color Cylindrical-coordinate representation of color #928D2C: hue angle of 57.06º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #928D2C is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 44 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.43 |
| HSL | 57.06º | 0.54% | 0.37% | - |
| HSV(B) | 57.06º | 0.7% | 0.57% | - |
| XYZ | 21.83 | 25.34 | 6.12 | - |
| YUV | 131.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 44 | 0 | 0.03 | 0.70 | 0.43 | 57.06 | 0.54 | 0.37 |
| Hex | 92 | 8D | 2C | 0 | 3 | 46 | 2B | 39 | 36 | 25 |
| Octal | 222 | 215 | 54 | 0 | 3 | 106 | 53 | 71 | 66 | 45 |
| Binary | 10010010 | 10001101 | 101100 | 0 | 11 | 1000110 | 101011 | 111001 | 110110 | 100101 |
Color Harmonies of #928D2C
Complementary color
Monochromatic Colors of #928D2C
Black with #928D2C
Text Example
Text Example
White with #928D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D2C; }
p { color: rgb(146,141,44); }
H1.HeaderClassName
{
color: #928D2C;
}
.AnyTagClassName
{
color: #928D2C;
}
</style>
background-color css
<style>
a { background-color: #928D2C; }
a { background-color: rgb(146,141,44); }
div.DivClassName
{
background-color: #928D2C;
}
.BgClassName
{
background-color: #928D2C;
}
</style>
border-color css
<style>
span { border-color: #928D2C; }
span { border-color: rgb(146,141,44); }
td.TdClassName
{
border-color: #928D2C;
}
.TagClassName
{
border-color: #928D2C;
}
</style>