Shades of Lemon Ginger #928819
Tints of Lemon Ginger #928819
RGB
CMYK
RGB Variations
Color information
#928819 (or 0x928819) is known color: Lemon Ginger. HEX triplet: 92, 88 and 19. RGB value is (146,136,25). Sum of RGB (Red+Green+Blue) = 146+136+25=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #928819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928819 is #6D77E6. Grayscale: #7E7E7E. Windows color (decimal): -7174119 or 1673362. OLE color: 1673362.
HSL color Cylindrical-coordinate representation of color #928819: hue angle of 55.04º 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 #928819 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 25 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.43 |
| HSL | 55.04º | 0.71% | 0.34% | - |
| HSV(B) | 55.04º | 0.83% | 0.57% | - |
| XYZ | 20.83 | 23.79 | 4.41 | - |
| YUV | 126.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 25 | 0 | 0.07 | 0.83 | 0.43 | 55.04 | 0.71 | 0.34 |
| Hex | 92 | 88 | 19 | 0 | 7 | 53 | 2B | 37 | 47 | 22 |
| Octal | 222 | 210 | 31 | 0 | 7 | 123 | 53 | 67 | 107 | 42 |
| Binary | 10010010 | 10001000 | 11001 | 0 | 111 | 1010011 | 101011 | 110111 | 1000111 | 100010 |
Color Harmonies of #928819
Complementary color
Monochromatic Colors of #928819
Black with #928819
Text Example
Text Example
White with #928819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928819; }
p { color: rgb(146,136,25); }
H1.HeaderClassName
{
color: #928819;
}
.AnyTagClassName
{
color: #928819;
}
</style>
background-color css
<style>
a { background-color: #928819; }
a { background-color: rgb(146,136,25); }
div.DivClassName
{
background-color: #928819;
}
.BgClassName
{
background-color: #928819;
}
</style>
border-color css
<style>
span { border-color: #928819; }
span { border-color: rgb(146,136,25); }
td.TdClassName
{
border-color: #928819;
}
.TagClassName
{
border-color: #928819;
}
</style>