Shades of Lemon Ginger #928A2C
Tints of Lemon Ginger #928A2C
RGB
CMYK
RGB Variations
Color information
#928A2C (or 0x928A2C) is known color: Lemon Ginger. HEX triplet: 92, 8A and 2C. RGB value is (146,138,44). Sum of RGB (Red+Green+Blue) = 146+138+44=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #928A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928A2C is #6D75D3. Grayscale: #828282. Windows color (decimal): -7173588 or 2919058. OLE color: 2919058.
HSL color Cylindrical-coordinate representation of color #928A2C: hue angle of 55.29º 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 #928A2C is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 44 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.43 |
| HSL | 55.29º | 0.54% | 0.37% | - |
| HSV(B) | 55.29º | 0.7% | 0.57% | - |
| XYZ | 21.4 | 24.47 | 5.98 | - |
| YUV | 129.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 44 | 0 | 0.05 | 0.70 | 0.43 | 55.29 | 0.54 | 0.37 |
| Hex | 92 | 8A | 2C | 0 | 5 | 46 | 2B | 37 | 36 | 25 |
| Octal | 222 | 212 | 54 | 0 | 5 | 106 | 53 | 67 | 66 | 45 |
| Binary | 10010010 | 10001010 | 101100 | 0 | 101 | 1000110 | 101011 | 110111 | 110110 | 100101 |
Color Harmonies of #928A2C
Complementary color
Monochromatic Colors of #928A2C
Black with #928A2C
Text Example
Text Example
White with #928A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A2C; }
p { color: rgb(146,138,44); }
H1.HeaderClassName
{
color: #928A2C;
}
.AnyTagClassName
{
color: #928A2C;
}
</style>
background-color css
<style>
a { background-color: #928A2C; }
a { background-color: rgb(146,138,44); }
div.DivClassName
{
background-color: #928A2C;
}
.BgClassName
{
background-color: #928A2C;
}
</style>
border-color css
<style>
span { border-color: #928A2C; }
span { border-color: rgb(146,138,44); }
td.TdClassName
{
border-color: #928A2C;
}
.TagClassName
{
border-color: #928A2C;
}
</style>