Shades of Lemon Ginger #928622
Tints of Lemon Ginger #928622
RGB
CMYK
RGB Variations
Color information
#928622 (or 0x928622) is known color: Lemon Ginger. HEX triplet: 92, 86 and 22. RGB value is (146,134,34). Sum of RGB (Red+Green+Blue) = 146+134+34=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #928622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928622 is #6D79DD. Grayscale: #7E7E7E. Windows color (decimal): -7174622 or 2262674. OLE color: 2262674.
HSL color Cylindrical-coordinate representation of color #928622: hue angle of 53.57º 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 #928622 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 134 | 34 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.43 |
| HSL | 53.57º | 0.62% | 0.35% | - |
| HSV(B) | 53.57º | 0.77% | 0.57% | - |
| XYZ | 20.67 | 23.28 | 4.92 | - |
| YUV | 126.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 34 | 0 | 0.08 | 0.77 | 0.43 | 53.57 | 0.62 | 0.35 |
| Hex | 92 | 86 | 22 | 0 | 8 | 4D | 2B | 36 | 3E | 23 |
| Octal | 222 | 206 | 42 | 0 | 10 | 115 | 53 | 66 | 76 | 43 |
| Binary | 10010010 | 10000110 | 100010 | 0 | 1000 | 1001101 | 101011 | 110110 | 111110 | 100011 |
Color Harmonies of #928622
Complementary color
Monochromatic Colors of #928622
Black with #928622
Text Example
Text Example
White with #928622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928622; }
p { color: rgb(146,134,34); }
H1.HeaderClassName
{
color: #928622;
}
.AnyTagClassName
{
color: #928622;
}
</style>
background-color css
<style>
a { background-color: #928622; }
a { background-color: rgb(146,134,34); }
div.DivClassName
{
background-color: #928622;
}
.BgClassName
{
background-color: #928622;
}
</style>
border-color css
<style>
span { border-color: #928622; }
span { border-color: rgb(146,134,34); }
td.TdClassName
{
border-color: #928622;
}
.TagClassName
{
border-color: #928622;
}
</style>