Shades of Lemon Ginger #918818
Tints of Lemon Ginger #918818
RGB
CMYK
RGB Variations
Color information
#918818 (or 0x918818) is known color: Lemon Ginger. HEX triplet: 91, 88 and 18. RGB value is (145,136,24). Sum of RGB (Red+Green+Blue) = 145+136+24=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #918818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918818 is #6E77E7. Grayscale: #7E7E7E. Windows color (decimal): -7239656 or 1607825. OLE color: 1607825.
HSL color Cylindrical-coordinate representation of color #918818: hue angle of 55.54º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #918818 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 24 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.43 |
| HSL | 55.54º | 0.72% | 0.33% | - |
| HSV(B) | 55.54º | 0.83% | 0.57% | - |
| XYZ | 20.65 | 23.69 | 4.35 | - |
| YUV | 125.92 | 70.48 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 24 | 0 | 0.06 | 0.83 | 0.43 | 55.54 | 0.72 | 0.33 |
| Hex | 91 | 88 | 18 | 0 | 6 | 53 | 2B | 38 | 48 | 21 |
| Octal | 221 | 210 | 30 | 0 | 6 | 123 | 53 | 70 | 110 | 41 |
| Binary | 10010001 | 10001000 | 11000 | 0 | 110 | 1010011 | 101011 | 111000 | 1001000 | 100001 |
Color Harmonies of #918818
Complementary color
Monochromatic Colors of #918818
Black with #918818
Text Example
Text Example
White with #918818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918818; }
p { color: rgb(145,136,24); }
H1.HeaderClassName
{
color: #918818;
}
.AnyTagClassName
{
color: #918818;
}
</style>
background-color css
<style>
a { background-color: #918818; }
a { background-color: rgb(145,136,24); }
div.DivClassName
{
background-color: #918818;
}
.BgClassName
{
background-color: #918818;
}
</style>
border-color css
<style>
span { border-color: #918818; }
span { border-color: rgb(145,136,24); }
td.TdClassName
{
border-color: #918818;
}
.TagClassName
{
border-color: #918818;
}
</style>