Shades of Lemon Ginger #928232
Tints of Lemon Ginger #928232
RGB
CMYK
RGB Variations
Color information
#928232 (or 0x928232) is known color: Lemon Ginger. HEX triplet: 92, 82 and 32. RGB value is (146,130,50). Sum of RGB (Red+Green+Blue) = 146+130+50=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #928232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928232 is #6D7DCD. Grayscale: #7E7E7E. Windows color (decimal): -7175630 or 3310226. OLE color: 3310226.
HSL color Cylindrical-coordinate representation of color #928232: hue angle of 50º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #928232 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 50 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.43 |
| HSL | 50º | 0.49% | 0.38% | - |
| HSV(B) | 50º | 0.66% | 0.57% | - |
| XYZ | 20.41 | 22.31 | 6.25 | - |
| YUV | 125.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 50 | 0 | 0.11 | 0.66 | 0.43 | 50 | 0.49 | 0.38 |
| Hex | 92 | 82 | 32 | 0 | B | 42 | 2B | 32 | 31 | 26 |
| Octal | 222 | 202 | 62 | 0 | 13 | 102 | 53 | 62 | 61 | 46 |
| Binary | 10010010 | 10000010 | 110010 | 0 | 1011 | 1000010 | 101011 | 110010 | 110001 | 100110 |
Color Harmonies of #928232
Complementary color
Monochromatic Colors of #928232
Black with #928232
Text Example
Text Example
White with #928232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928232; }
p { color: rgb(146,130,50); }
H1.HeaderClassName
{
color: #928232;
}
.AnyTagClassName
{
color: #928232;
}
</style>
background-color css
<style>
a { background-color: #928232; }
a { background-color: rgb(146,130,50); }
div.DivClassName
{
background-color: #928232;
}
.BgClassName
{
background-color: #928232;
}
</style>
border-color css
<style>
span { border-color: #928232; }
span { border-color: rgb(146,130,50); }
td.TdClassName
{
border-color: #928232;
}
.TagClassName
{
border-color: #928232;
}
</style>