Shades of Lemon Ginger #928229
Tints of Lemon Ginger #928229
RGB
CMYK
RGB Variations
Color information
#928229 (or 0x928229) is known color: Lemon Ginger. HEX triplet: 92, 82 and 29. RGB value is (146,130,41). Sum of RGB (Red+Green+Blue) = 146+130+41=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #928229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928229 is #6D7DD6. Grayscale: #7D7D7D. Windows color (decimal): -7175639 or 2720402. OLE color: 2720402.
HSL color Cylindrical-coordinate representation of color #928229: hue angle of 50.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #928229 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 41 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.43 |
| HSL | 50.86º | 0.56% | 0.37% | - |
| HSV(B) | 50.86º | 0.72% | 0.57% | - |
| XYZ | 20.24 | 22.24 | 5.32 | - |
| YUV | 124.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 41 | 0 | 0.11 | 0.72 | 0.43 | 50.86 | 0.56 | 0.37 |
| Hex | 92 | 82 | 29 | 0 | B | 48 | 2B | 33 | 38 | 25 |
| Octal | 222 | 202 | 51 | 0 | 13 | 110 | 53 | 63 | 70 | 45 |
| Binary | 10010010 | 10000010 | 101001 | 0 | 1011 | 1001000 | 101011 | 110011 | 111000 | 100101 |
Color Harmonies of #928229
Complementary color
Monochromatic Colors of #928229
Black with #928229
Text Example
Text Example
White with #928229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928229; }
p { color: rgb(146,130,41); }
H1.HeaderClassName
{
color: #928229;
}
.AnyTagClassName
{
color: #928229;
}
</style>
background-color css
<style>
a { background-color: #928229; }
a { background-color: rgb(146,130,41); }
div.DivClassName
{
background-color: #928229;
}
.BgClassName
{
background-color: #928229;
}
</style>
border-color css
<style>
span { border-color: #928229; }
span { border-color: rgb(146,130,41); }
td.TdClassName
{
border-color: #928229;
}
.TagClassName
{
border-color: #928229;
}
</style>