Shades of Lemon Ginger #928814
Tints of Lemon Ginger #928814
RGB
CMYK
RGB Variations
Color information
#928814 (or 0x928814) is known color: Lemon Ginger. HEX triplet: 92, 88 and 14. RGB value is (146,136,20). Sum of RGB (Red+Green+Blue) = 146+136+20=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #928814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928814 is #6D77EB. Grayscale: #7E7E7E. Windows color (decimal): -7174124 or 1345682. OLE color: 1345682.
HSL color Cylindrical-coordinate representation of color #928814: hue angle of 55.24º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #928814 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 20 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.43 |
| HSL | 55.24º | 0.76% | 0.33% | - |
| HSV(B) | 55.24º | 0.86% | 0.57% | - |
| XYZ | 20.78 | 23.77 | 4.15 | - |
| YUV | 125.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 20 | 0 | 0.07 | 0.86 | 0.43 | 55.24 | 0.76 | 0.33 |
| Hex | 92 | 88 | 14 | 0 | 7 | 56 | 2B | 37 | 4C | 21 |
| Octal | 222 | 210 | 24 | 0 | 7 | 126 | 53 | 67 | 114 | 41 |
| Binary | 10010010 | 10001000 | 10100 | 0 | 111 | 1010110 | 101011 | 110111 | 1001100 | 100001 |
Color Harmonies of #928814
Complementary color
Monochromatic Colors of #928814
Black with #928814
Text Example
Text Example
White with #928814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928814; }
p { color: rgb(146,136,20); }
H1.HeaderClassName
{
color: #928814;
}
.AnyTagClassName
{
color: #928814;
}
</style>
background-color css
<style>
a { background-color: #928814; }
a { background-color: rgb(146,136,20); }
div.DivClassName
{
background-color: #928814;
}
.BgClassName
{
background-color: #928814;
}
</style>
border-color css
<style>
span { border-color: #928814; }
span { border-color: rgb(146,136,20); }
td.TdClassName
{
border-color: #928814;
}
.TagClassName
{
border-color: #928814;
}
</style>