Shades of Lemon Ginger #928818
Tints of Lemon Ginger #928818
RGB
CMYK
RGB Variations
Color information
#928818 (or 0x928818) is known color: Lemon Ginger. HEX triplet: 92, 88 and 18. RGB value is (146,136,24). Sum of RGB (Red+Green+Blue) = 146+136+24=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #928818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928818 is #6D77E7. Grayscale: #7E7E7E. Windows color (decimal): -7174120 or 1607826. OLE color: 1607826.
HSL color Cylindrical-coordinate representation of color #928818: hue angle of 55.08º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #928818 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 24 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.43 |
| HSL | 55.08º | 0.72% | 0.33% | - |
| HSV(B) | 55.08º | 0.84% | 0.57% | - |
| XYZ | 20.82 | 23.79 | 4.36 | - |
| YUV | 126.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 24 | 0 | 0.07 | 0.84 | 0.43 | 55.08 | 0.72 | 0.33 |
| Hex | 92 | 88 | 18 | 0 | 7 | 54 | 2B | 37 | 48 | 21 |
| Octal | 222 | 210 | 30 | 0 | 7 | 124 | 53 | 67 | 110 | 41 |
| Binary | 10010010 | 10001000 | 11000 | 0 | 111 | 1010100 | 101011 | 110111 | 1001000 | 100001 |
Color Harmonies of #928818
Complementary color
Monochromatic Colors of #928818
Black with #928818
Text Example
Text Example
White with #928818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928818; }
p { color: rgb(146,136,24); }
H1.HeaderClassName
{
color: #928818;
}
.AnyTagClassName
{
color: #928818;
}
</style>
background-color css
<style>
a { background-color: #928818; }
a { background-color: rgb(146,136,24); }
div.DivClassName
{
background-color: #928818;
}
.BgClassName
{
background-color: #928818;
}
</style>
border-color css
<style>
span { border-color: #928818; }
span { border-color: rgb(146,136,24); }
td.TdClassName
{
border-color: #928818;
}
.TagClassName
{
border-color: #928818;
}
</style>