Shades of Lemon Ginger #928822
Tints of Lemon Ginger #928822
RGB
CMYK
RGB Variations
Color information
#928822 (or 0x928822) is known color: Lemon Ginger. HEX triplet: 92, 88 and 22. RGB value is (146,136,34). Sum of RGB (Red+Green+Blue) = 146+136+34=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #928822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928822 is #6D77DD. Grayscale: #7F7F7F. Windows color (decimal): -7174110 or 2263186. OLE color: 2263186.
HSL color Cylindrical-coordinate representation of color #928822: hue angle of 54.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #928822 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 34 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.43 |
| HSL | 54.64º | 0.62% | 0.35% | - |
| HSV(B) | 54.64º | 0.77% | 0.57% | - |
| XYZ | 20.95 | 23.83 | 5.01 | - |
| YUV | 127.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 34 | 0 | 0.07 | 0.77 | 0.43 | 54.64 | 0.62 | 0.35 |
| Hex | 92 | 88 | 22 | 0 | 7 | 4D | 2B | 37 | 3E | 23 |
| Octal | 222 | 210 | 42 | 0 | 7 | 115 | 53 | 67 | 76 | 43 |
| Binary | 10010010 | 10001000 | 100010 | 0 | 111 | 1001101 | 101011 | 110111 | 111110 | 100011 |
Color Harmonies of #928822
Complementary color
Monochromatic Colors of #928822
Black with #928822
Text Example
Text Example
White with #928822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928822; }
p { color: rgb(146,136,34); }
H1.HeaderClassName
{
color: #928822;
}
.AnyTagClassName
{
color: #928822;
}
</style>
background-color css
<style>
a { background-color: #928822; }
a { background-color: rgb(146,136,34); }
div.DivClassName
{
background-color: #928822;
}
.BgClassName
{
background-color: #928822;
}
</style>
border-color css
<style>
span { border-color: #928822; }
span { border-color: rgb(146,136,34); }
td.TdClassName
{
border-color: #928822;
}
.TagClassName
{
border-color: #928822;
}
</style>