Shades of Lemon Ginger #928519
Tints of Lemon Ginger #928519
RGB
CMYK
RGB Variations
Color information
#928519 (or 0x928519) is known color: Lemon Ginger. HEX triplet: 92, 85 and 19. RGB value is (146,133,25). Sum of RGB (Red+Green+Blue) = 146+133+25=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #928519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928519 is #6D7AE6. Grayscale: #7D7D7D. Windows color (decimal): -7174887 or 1672594. OLE color: 1672594.
HSL color Cylindrical-coordinate representation of color #928519: hue angle of 53.55º 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 #928519 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 25 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.43 |
| HSL | 53.55º | 0.71% | 0.34% | - |
| HSV(B) | 53.55º | 0.83% | 0.57% | - |
| XYZ | 20.42 | 22.96 | 4.27 | - |
| YUV | 124.58 | 71.81 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 25 | 0 | 0.09 | 0.83 | 0.43 | 53.55 | 0.71 | 0.34 |
| Hex | 92 | 85 | 19 | 0 | 9 | 53 | 2B | 36 | 47 | 22 |
| Octal | 222 | 205 | 31 | 0 | 11 | 123 | 53 | 66 | 107 | 42 |
| Binary | 10010010 | 10000101 | 11001 | 0 | 1001 | 1010011 | 101011 | 110110 | 1000111 | 100010 |
Color Harmonies of #928519
Complementary color
Monochromatic Colors of #928519
Black with #928519
Text Example
Text Example
White with #928519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928519; }
p { color: rgb(146,133,25); }
H1.HeaderClassName
{
color: #928519;
}
.AnyTagClassName
{
color: #928519;
}
</style>
background-color css
<style>
a { background-color: #928519; }
a { background-color: rgb(146,133,25); }
div.DivClassName
{
background-color: #928519;
}
.BgClassName
{
background-color: #928519;
}
</style>
border-color css
<style>
span { border-color: #928519; }
span { border-color: rgb(146,133,25); }
td.TdClassName
{
border-color: #928519;
}
.TagClassName
{
border-color: #928519;
}
</style>