Shades of Lemon Ginger #927D1E
Tints of Lemon Ginger #927D1E
RGB
CMYK
RGB Variations
Color information
#927D1E (or 0x927D1E) is known color: Lemon Ginger. HEX triplet: 92, 7D and 1E. RGB value is (146,125,30). Sum of RGB (Red+Green+Blue) = 146+125+30=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #927D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D1E is #6D82E1. Grayscale: #787878. Windows color (decimal): -7176930 or 1998226. OLE color: 1998226.
HSL color Cylindrical-coordinate representation of color #927D1E: hue angle of 49.14º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #927D1E is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 30 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.43 |
| HSL | 49.14º | 0.66% | 0.35% | - |
| HSV(B) | 49.14º | 0.79% | 0.57% | - |
| XYZ | 19.42 | 20.87 | 4.23 | - |
| YUV | 120.45 | 76.96 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 30 | 0 | 0.14 | 0.79 | 0.43 | 49.14 | 0.66 | 0.35 |
| Hex | 92 | 7D | 1E | 0 | E | 4F | 2B | 31 | 42 | 23 |
| Octal | 222 | 175 | 36 | 0 | 16 | 117 | 53 | 61 | 102 | 43 |
| Binary | 10010010 | 1111101 | 11110 | 0 | 1110 | 1001111 | 101011 | 110001 | 1000010 | 100011 |
Color Harmonies of #927D1E
Complementary color
Monochromatic Colors of #927D1E
Black with #927D1E
Text Example
Text Example
White with #927D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D1E; }
p { color: rgb(146,125,30); }
H1.HeaderClassName
{
color: #927D1E;
}
.AnyTagClassName
{
color: #927D1E;
}
</style>
background-color css
<style>
a { background-color: #927D1E; }
a { background-color: rgb(146,125,30); }
div.DivClassName
{
background-color: #927D1E;
}
.BgClassName
{
background-color: #927D1E;
}
</style>
border-color css
<style>
span { border-color: #927D1E; }
span { border-color: rgb(146,125,30); }
td.TdClassName
{
border-color: #927D1E;
}
.TagClassName
{
border-color: #927D1E;
}
</style>