Shades of Lemon Ginger #928916
Tints of Lemon Ginger #928916
RGB
CMYK
RGB Variations
Color information
#928916 (or 0x928916) is known color: Lemon Ginger. HEX triplet: 92, 89 and 16. RGB value is (146,137,22). Sum of RGB (Red+Green+Blue) = 146+137+22=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #928916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928916 is #6D76E9. Grayscale: #7F7F7F. Windows color (decimal): -7173866 or 1477010. OLE color: 1477010.
HSL color Cylindrical-coordinate representation of color #928916: hue angle of 55.65º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #928916 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 137 | 22 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.43 |
| HSL | 55.65º | 0.74% | 0.33% | - |
| HSV(B) | 55.65º | 0.85% | 0.57% | - |
| XYZ | 20.94 | 24.06 | 4.3 | - |
| YUV | 126.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 22 | 0 | 0.06 | 0.85 | 0.43 | 55.65 | 0.74 | 0.33 |
| Hex | 92 | 89 | 16 | 0 | 6 | 55 | 2B | 38 | 4A | 21 |
| Octal | 222 | 211 | 26 | 0 | 6 | 125 | 53 | 70 | 112 | 41 |
| Binary | 10010010 | 10001001 | 10110 | 0 | 110 | 1010101 | 101011 | 111000 | 1001010 | 100001 |
Color Harmonies of #928916
Complementary color
Monochromatic Colors of #928916
Black with #928916
Text Example
Text Example
White with #928916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928916; }
p { color: rgb(146,137,22); }
H1.HeaderClassName
{
color: #928916;
}
.AnyTagClassName
{
color: #928916;
}
</style>
background-color css
<style>
a { background-color: #928916; }
a { background-color: rgb(146,137,22); }
div.DivClassName
{
background-color: #928916;
}
.BgClassName
{
background-color: #928916;
}
</style>
border-color css
<style>
span { border-color: #928916; }
span { border-color: rgb(146,137,22); }
td.TdClassName
{
border-color: #928916;
}
.TagClassName
{
border-color: #928916;
}
</style>