Shades of Lemon Ginger #918815
Tints of Lemon Ginger #918815
RGB
CMYK
RGB Variations
Color information
#918815 (or 0x918815) is known color: Lemon Ginger. HEX triplet: 91, 88 and 15. RGB value is (145,136,21). Sum of RGB (Red+Green+Blue) = 145+136+21=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #918815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918815 is #6E77EA. Grayscale: #7E7E7E. Windows color (decimal): -7239659 or 1411217. OLE color: 1411217.
HSL color Cylindrical-coordinate representation of color #918815: hue angle of 55.65º degrees, saturation: 0.75, 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 #918815 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 21 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.43 |
| HSL | 55.65º | 0.75% | 0.33% | - |
| HSV(B) | 55.65º | 0.86% | 0.57% | - |
| XYZ | 20.62 | 23.68 | 4.19 | - |
| YUV | 125.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 21 | 0 | 0.06 | 0.86 | 0.43 | 55.65 | 0.75 | 0.33 |
| Hex | 91 | 88 | 15 | 0 | 6 | 56 | 2B | 38 | 4B | 21 |
| Octal | 221 | 210 | 25 | 0 | 6 | 126 | 53 | 70 | 113 | 41 |
| Binary | 10010001 | 10001000 | 10101 | 0 | 110 | 1010110 | 101011 | 111000 | 1001011 | 100001 |
Color Harmonies of #918815
Complementary color
Monochromatic Colors of #918815
Black with #918815
Text Example
Text Example
White with #918815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918815; }
p { color: rgb(145,136,21); }
H1.HeaderClassName
{
color: #918815;
}
.AnyTagClassName
{
color: #918815;
}
</style>
background-color css
<style>
a { background-color: #918815; }
a { background-color: rgb(145,136,21); }
div.DivClassName
{
background-color: #918815;
}
.BgClassName
{
background-color: #918815;
}
</style>
border-color css
<style>
span { border-color: #918815; }
span { border-color: rgb(145,136,21); }
td.TdClassName
{
border-color: #918815;
}
.TagClassName
{
border-color: #918815;
}
</style>