Shades of Lemon Ginger #918115
Tints of Lemon Ginger #918115
RGB
CMYK
RGB Variations
Color information
#918115 (or 0x918115) is known color: Lemon Ginger. HEX triplet: 91, 81 and 15. RGB value is (145,129,21). Sum of RGB (Red+Green+Blue) = 145+129+21=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #918115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918115 is #6E7EEA. Grayscale: #797979. Windows color (decimal): -7241451 or 1409425. OLE color: 1409425.
HSL color Cylindrical-coordinate representation of color #918115: hue angle of 52.26º 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 #918115 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 21 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.43 |
| HSL | 52.26º | 0.75% | 0.33% | - |
| HSV(B) | 52.26º | 0.86% | 0.57% | - |
| XYZ | 19.66 | 21.77 | 3.88 | - |
| YUV | 121.47 | 71.3 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 21 | 0 | 0.11 | 0.86 | 0.43 | 52.26 | 0.75 | 0.33 |
| Hex | 91 | 81 | 15 | 0 | B | 56 | 2B | 34 | 4B | 21 |
| Octal | 221 | 201 | 25 | 0 | 13 | 126 | 53 | 64 | 113 | 41 |
| Binary | 10010001 | 10000001 | 10101 | 0 | 1011 | 1010110 | 101011 | 110100 | 1001011 | 100001 |
Color Harmonies of #918115
Complementary color
Monochromatic Colors of #918115
Black with #918115
Text Example
Text Example
White with #918115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918115; }
p { color: rgb(145,129,21); }
H1.HeaderClassName
{
color: #918115;
}
.AnyTagClassName
{
color: #918115;
}
</style>
background-color css
<style>
a { background-color: #918115; }
a { background-color: rgb(145,129,21); }
div.DivClassName
{
background-color: #918115;
}
.BgClassName
{
background-color: #918115;
}
</style>
border-color css
<style>
span { border-color: #918115; }
span { border-color: rgb(145,129,21); }
td.TdClassName
{
border-color: #918115;
}
.TagClassName
{
border-color: #918115;
}
</style>