Shades of Lemon Ginger #918119
Tints of Lemon Ginger #918119
RGB
CMYK
RGB Variations
Color information
#918119 (or 0x918119) is known color: Lemon Ginger. HEX triplet: 91, 81 and 19. RGB value is (145,129,25). Sum of RGB (Red+Green+Blue) = 145+129+25=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #918119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918119 is #6E7EE6. Grayscale: #7A7A7A. Windows color (decimal): -7241447 or 1671569. OLE color: 1671569.
HSL color Cylindrical-coordinate representation of color #918119: hue angle of 52º degrees, saturation: 0.71, 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 #918119 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 25 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.43 |
| HSL | 52º | 0.71% | 0.33% | - |
| HSV(B) | 52º | 0.83% | 0.57% | - |
| XYZ | 19.7 | 21.79 | 4.09 | - |
| YUV | 121.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 25 | 0 | 0.11 | 0.83 | 0.43 | 52 | 0.71 | 0.33 |
| Hex | 91 | 81 | 19 | 0 | B | 53 | 2B | 34 | 47 | 21 |
| Octal | 221 | 201 | 31 | 0 | 13 | 123 | 53 | 64 | 107 | 41 |
| Binary | 10010001 | 10000001 | 11001 | 0 | 1011 | 1010011 | 101011 | 110100 | 1000111 | 100001 |
Color Harmonies of #918119
Complementary color
Monochromatic Colors of #918119
Black with #918119
Text Example
Text Example
White with #918119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918119; }
p { color: rgb(145,129,25); }
H1.HeaderClassName
{
color: #918119;
}
.AnyTagClassName
{
color: #918119;
}
</style>
background-color css
<style>
a { background-color: #918119; }
a { background-color: rgb(145,129,25); }
div.DivClassName
{
background-color: #918119;
}
.BgClassName
{
background-color: #918119;
}
</style>
border-color css
<style>
span { border-color: #918119; }
span { border-color: rgb(145,129,25); }
td.TdClassName
{
border-color: #918119;
}
.TagClassName
{
border-color: #918119;
}
</style>