Shades of Lemon Ginger #928D1C
Tints of Lemon Ginger #928D1C
RGB
CMYK
RGB Variations
Color information
#928D1C (or 0x928D1C) is known color: Lemon Ginger. HEX triplet: 92, 8D and 1C. RGB value is (146,141,28). Sum of RGB (Red+Green+Blue) = 146+141+28=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #928D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928D1C is #6D72E3. Grayscale: #828282. Windows color (decimal): -7172836 or 1871250. OLE color: 1871250.
HSL color Cylindrical-coordinate representation of color #928D1C: hue angle of 57.46º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #928D1C is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 28 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.43 |
| HSL | 57.46º | 0.68% | 0.34% | - |
| HSV(B) | 57.46º | 0.81% | 0.57% | - |
| XYZ | 21.59 | 25.24 | 4.83 | - |
| YUV | 129.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 28 | 0 | 0.03 | 0.81 | 0.43 | 57.46 | 0.68 | 0.34 |
| Hex | 92 | 8D | 1C | 0 | 3 | 51 | 2B | 39 | 44 | 22 |
| Octal | 222 | 215 | 34 | 0 | 3 | 121 | 53 | 71 | 104 | 42 |
| Binary | 10010010 | 10001101 | 11100 | 0 | 11 | 1010001 | 101011 | 111001 | 1000100 | 100010 |
Color Harmonies of #928D1C
Complementary color
Monochromatic Colors of #928D1C
Black with #928D1C
Text Example
Text Example
White with #928D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D1C; }
p { color: rgb(146,141,28); }
H1.HeaderClassName
{
color: #928D1C;
}
.AnyTagClassName
{
color: #928D1C;
}
</style>
background-color css
<style>
a { background-color: #928D1C; }
a { background-color: rgb(146,141,28); }
div.DivClassName
{
background-color: #928D1C;
}
.BgClassName
{
background-color: #928D1C;
}
</style>
border-color css
<style>
span { border-color: #928D1C; }
span { border-color: rgb(146,141,28); }
td.TdClassName
{
border-color: #928D1C;
}
.TagClassName
{
border-color: #928D1C;
}
</style>