Shades of Lemon Ginger #928722
Tints of Lemon Ginger #928722
RGB
CMYK
RGB Variations
Color information
#928722 (or 0x928722) is known color: Lemon Ginger. HEX triplet: 92, 87 and 22. RGB value is (146,135,34). Sum of RGB (Red+Green+Blue) = 146+135+34=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #928722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928722 is #6D78DD. Grayscale: #7F7F7F. Windows color (decimal): -7174366 or 2262930. OLE color: 2262930.
HSL color Cylindrical-coordinate representation of color #928722: hue angle of 54.11º 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 #928722 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 135 | 34 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.43 |
| HSL | 54.11º | 0.62% | 0.35% | - |
| HSV(B) | 54.11º | 0.77% | 0.57% | - |
| XYZ | 20.81 | 23.55 | 4.96 | - |
| YUV | 126.78 | 75.64 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 34 | 0 | 0.08 | 0.77 | 0.43 | 54.11 | 0.62 | 0.35 |
| Hex | 92 | 87 | 22 | 0 | 8 | 4D | 2B | 36 | 3E | 23 |
| Octal | 222 | 207 | 42 | 0 | 10 | 115 | 53 | 66 | 76 | 43 |
| Binary | 10010010 | 10000111 | 100010 | 0 | 1000 | 1001101 | 101011 | 110110 | 111110 | 100011 |
Color Harmonies of #928722
Complementary color
Monochromatic Colors of #928722
Black with #928722
Text Example
Text Example
White with #928722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928722; }
p { color: rgb(146,135,34); }
H1.HeaderClassName
{
color: #928722;
}
.AnyTagClassName
{
color: #928722;
}
</style>
background-color css
<style>
a { background-color: #928722; }
a { background-color: rgb(146,135,34); }
div.DivClassName
{
background-color: #928722;
}
.BgClassName
{
background-color: #928722;
}
</style>
border-color css
<style>
span { border-color: #928722; }
span { border-color: rgb(146,135,34); }
td.TdClassName
{
border-color: #928722;
}
.TagClassName
{
border-color: #928722;
}
</style>