Shades of Lemon Ginger #928219
Tints of Lemon Ginger #928219
RGB
CMYK
RGB Variations
Color information
#928219 (or 0x928219) is known color: Lemon Ginger. HEX triplet: 92, 82 and 19. RGB value is (146,130,25). Sum of RGB (Red+Green+Blue) = 146+130+25=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #928219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928219 is #6D7DE6. Grayscale: #7B7B7B. Windows color (decimal): -7175655 or 1671826. OLE color: 1671826.
HSL color Cylindrical-coordinate representation of color #928219: hue angle of 52.07º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #928219 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 25 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.43 |
| HSL | 52.07º | 0.71% | 0.34% | - |
| HSV(B) | 52.07º | 0.83% | 0.57% | - |
| XYZ | 20.01 | 22.15 | 4.14 | - |
| YUV | 122.81 | 72.8 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 25 | 0 | 0.11 | 0.83 | 0.43 | 52.07 | 0.71 | 0.34 |
| Hex | 92 | 82 | 19 | 0 | B | 53 | 2B | 34 | 47 | 22 |
| Octal | 222 | 202 | 31 | 0 | 13 | 123 | 53 | 64 | 107 | 42 |
| Binary | 10010010 | 10000010 | 11001 | 0 | 1011 | 1010011 | 101011 | 110100 | 1000111 | 100010 |
Color Harmonies of #928219
Complementary color
Monochromatic Colors of #928219
Black with #928219
Text Example
Text Example
White with #928219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928219; }
p { color: rgb(146,130,25); }
H1.HeaderClassName
{
color: #928219;
}
.AnyTagClassName
{
color: #928219;
}
</style>
background-color css
<style>
a { background-color: #928219; }
a { background-color: rgb(146,130,25); }
div.DivClassName
{
background-color: #928219;
}
.BgClassName
{
background-color: #928219;
}
</style>
border-color css
<style>
span { border-color: #928219; }
span { border-color: rgb(146,130,25); }
td.TdClassName
{
border-color: #928219;
}
.TagClassName
{
border-color: #928219;
}
</style>