Shades of Lemon Ginger #918518
Tints of Lemon Ginger #918518
RGB
CMYK
RGB Variations
Color information
#918518 (or 0x918518) is known color: Lemon Ginger. HEX triplet: 91, 85 and 18. RGB value is (145,133,24). Sum of RGB (Red+Green+Blue) = 145+133+24=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #918518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918518 is #6E7AE7. Grayscale: #7C7C7C. Windows color (decimal): -7240424 or 1607057. OLE color: 1607057.
HSL color Cylindrical-coordinate representation of color #918518: hue angle of 54.05º 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 #918518 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 24 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.43 |
| HSL | 54.05º | 0.72% | 0.33% | - |
| HSV(B) | 54.05º | 0.83% | 0.57% | - |
| XYZ | 20.23 | 22.86 | 4.21 | - |
| YUV | 124.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 24 | 0 | 0.08 | 0.83 | 0.43 | 54.05 | 0.72 | 0.33 |
| Hex | 91 | 85 | 18 | 0 | 8 | 53 | 2B | 36 | 48 | 21 |
| Octal | 221 | 205 | 30 | 0 | 10 | 123 | 53 | 66 | 110 | 41 |
| Binary | 10010001 | 10000101 | 11000 | 0 | 1000 | 1010011 | 101011 | 110110 | 1001000 | 100001 |
Color Harmonies of #918518
Complementary color
Monochromatic Colors of #918518
Black with #918518
Text Example
Text Example
White with #918518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918518; }
p { color: rgb(145,133,24); }
H1.HeaderClassName
{
color: #918518;
}
.AnyTagClassName
{
color: #918518;
}
</style>
background-color css
<style>
a { background-color: #918518; }
a { background-color: rgb(145,133,24); }
div.DivClassName
{
background-color: #918518;
}
.BgClassName
{
background-color: #918518;
}
</style>
border-color css
<style>
span { border-color: #918518; }
span { border-color: rgb(145,133,24); }
td.TdClassName
{
border-color: #918518;
}
.TagClassName
{
border-color: #918518;
}
</style>