Shades of Lemon Ginger #928218
Tints of Lemon Ginger #928218
RGB
CMYK
RGB Variations
Color information
#928218 (or 0x928218) is known color: Lemon Ginger. HEX triplet: 92, 82 and 18. RGB value is (146,130,24). Sum of RGB (Red+Green+Blue) = 146+130+24=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #928218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928218 is #6D7DE7. Grayscale: #7B7B7B. Windows color (decimal): -7175656 or 1606290. OLE color: 1606290.
HSL color Cylindrical-coordinate representation of color #928218: hue angle of 52.13º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #928218 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 24 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.43 |
| HSL | 52.13º | 0.72% | 0.33% | - |
| HSV(B) | 52.13º | 0.84% | 0.57% | - |
| XYZ | 20 | 22.14 | 4.08 | - |
| YUV | 122.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 24 | 0 | 0.11 | 0.84 | 0.43 | 52.13 | 0.72 | 0.33 |
| Hex | 92 | 82 | 18 | 0 | B | 54 | 2B | 34 | 48 | 21 |
| Octal | 222 | 202 | 30 | 0 | 13 | 124 | 53 | 64 | 110 | 41 |
| Binary | 10010010 | 10000010 | 11000 | 0 | 1011 | 1010100 | 101011 | 110100 | 1001000 | 100001 |
Color Harmonies of #928218
Complementary color
Monochromatic Colors of #928218
Black with #928218
Text Example
Text Example
White with #928218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928218; }
p { color: rgb(146,130,24); }
H1.HeaderClassName
{
color: #928218;
}
.AnyTagClassName
{
color: #928218;
}
</style>
background-color css
<style>
a { background-color: #928218; }
a { background-color: rgb(146,130,24); }
div.DivClassName
{
background-color: #928218;
}
.BgClassName
{
background-color: #928218;
}
</style>
border-color css
<style>
span { border-color: #928218; }
span { border-color: rgb(146,130,24); }
td.TdClassName
{
border-color: #928218;
}
.TagClassName
{
border-color: #928218;
}
</style>