Shades of Lemon Ginger #928A1C
Tints of Lemon Ginger #928A1C
RGB
CMYK
RGB Variations
Color information
#928A1C (or 0x928A1C) is known color: Lemon Ginger. HEX triplet: 92, 8A and 1C. RGB value is (146,138,28). Sum of RGB (Red+Green+Blue) = 146+138+28=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #928A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928A1C is #6D75E3. Grayscale: #808080. Windows color (decimal): -7173604 or 1870482. OLE color: 1870482.
HSL color Cylindrical-coordinate representation of color #928A1C: hue angle of 55.93º 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 #928A1C is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 28 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.43 |
| HSL | 55.93º | 0.68% | 0.34% | - |
| HSV(B) | 55.93º | 0.81% | 0.57% | - |
| XYZ | 21.15 | 24.37 | 4.69 | - |
| YUV | 127.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 28 | 0 | 0.05 | 0.81 | 0.43 | 55.93 | 0.68 | 0.34 |
| Hex | 92 | 8A | 1C | 0 | 5 | 51 | 2B | 38 | 44 | 22 |
| Octal | 222 | 212 | 34 | 0 | 5 | 121 | 53 | 70 | 104 | 42 |
| Binary | 10010010 | 10001010 | 11100 | 0 | 101 | 1010001 | 101011 | 111000 | 1000100 | 100010 |
Color Harmonies of #928A1C
Complementary color
Monochromatic Colors of #928A1C
Black with #928A1C
Text Example
Text Example
White with #928A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A1C; }
p { color: rgb(146,138,28); }
H1.HeaderClassName
{
color: #928A1C;
}
.AnyTagClassName
{
color: #928A1C;
}
</style>
background-color css
<style>
a { background-color: #928A1C; }
a { background-color: rgb(146,138,28); }
div.DivClassName
{
background-color: #928A1C;
}
.BgClassName
{
background-color: #928A1C;
}
</style>
border-color css
<style>
span { border-color: #928A1C; }
span { border-color: rgb(146,138,28); }
td.TdClassName
{
border-color: #928A1C;
}
.TagClassName
{
border-color: #928A1C;
}
</style>