Shades of Lemon Ginger #928224
Tints of Lemon Ginger #928224
RGB
CMYK
RGB Variations
Color information
#928224 (or 0x928224) is known color: Lemon Ginger. HEX triplet: 92, 82 and 24. RGB value is (146,130,36). Sum of RGB (Red+Green+Blue) = 146+130+36=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #928224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928224 is #6D7DDB. Grayscale: #7C7C7C. Windows color (decimal): -7175644 or 2392722. OLE color: 2392722.
HSL color Cylindrical-coordinate representation of color #928224: hue angle of 51.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #928224 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 36 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.43 |
| HSL | 51.27º | 0.6% | 0.36% | - |
| HSV(B) | 51.27º | 0.75% | 0.57% | - |
| XYZ | 20.16 | 22.2 | 4.89 | - |
| YUV | 124.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 36 | 0 | 0.11 | 0.75 | 0.43 | 51.27 | 0.6 | 0.36 |
| Hex | 92 | 82 | 24 | 0 | B | 4B | 2B | 33 | 3C | 24 |
| Octal | 222 | 202 | 44 | 0 | 13 | 113 | 53 | 63 | 74 | 44 |
| Binary | 10010010 | 10000010 | 100100 | 0 | 1011 | 1001011 | 101011 | 110011 | 111100 | 100100 |
Color Harmonies of #928224
Complementary color
Monochromatic Colors of #928224
Black with #928224
Text Example
Text Example
White with #928224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928224; }
p { color: rgb(146,130,36); }
H1.HeaderClassName
{
color: #928224;
}
.AnyTagClassName
{
color: #928224;
}
</style>
background-color css
<style>
a { background-color: #928224; }
a { background-color: rgb(146,130,36); }
div.DivClassName
{
background-color: #928224;
}
.BgClassName
{
background-color: #928224;
}
</style>
border-color css
<style>
span { border-color: #928224; }
span { border-color: rgb(146,130,36); }
td.TdClassName
{
border-color: #928224;
}
.TagClassName
{
border-color: #928224;
}
</style>