Shades of Lemon Ginger #928B2C
Tints of Lemon Ginger #928B2C
RGB
CMYK
RGB Variations
Color information
#928B2C (or 0x928B2C) is known color: Lemon Ginger. HEX triplet: 92, 8B and 2C. RGB value is (146,139,44). Sum of RGB (Red+Green+Blue) = 146+139+44=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #928B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928B2C is #6D74D3. Grayscale: #828282. Windows color (decimal): -7173332 or 2919314. OLE color: 2919314.
HSL color Cylindrical-coordinate representation of color #928B2C: hue angle of 55.88º 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 #928B2C is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 44 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.43 |
| HSL | 55.88º | 0.54% | 0.37% | - |
| HSV(B) | 55.88º | 0.7% | 0.57% | - |
| XYZ | 21.54 | 24.76 | 6.03 | - |
| YUV | 130.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 44 | 0 | 0.05 | 0.70 | 0.43 | 55.88 | 0.54 | 0.37 |
| Hex | 92 | 8B | 2C | 0 | 5 | 46 | 2B | 38 | 36 | 25 |
| Octal | 222 | 213 | 54 | 0 | 5 | 106 | 53 | 70 | 66 | 45 |
| Binary | 10010010 | 10001011 | 101100 | 0 | 101 | 1000110 | 101011 | 111000 | 110110 | 100101 |
Color Harmonies of #928B2C
Complementary color
Monochromatic Colors of #928B2C
Black with #928B2C
Text Example
Text Example
White with #928B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B2C; }
p { color: rgb(146,139,44); }
H1.HeaderClassName
{
color: #928B2C;
}
.AnyTagClassName
{
color: #928B2C;
}
</style>
background-color css
<style>
a { background-color: #928B2C; }
a { background-color: rgb(146,139,44); }
div.DivClassName
{
background-color: #928B2C;
}
.BgClassName
{
background-color: #928B2C;
}
</style>
border-color css
<style>
span { border-color: #928B2C; }
span { border-color: rgb(146,139,44); }
td.TdClassName
{
border-color: #928B2C;
}
.TagClassName
{
border-color: #928B2C;
}
</style>