Shades of Lemon Ginger #917D19
Tints of Lemon Ginger #917D19
RGB
CMYK
RGB Variations
Color information
#917D19 (or 0x917D19) is known color: Lemon Ginger. HEX triplet: 91, 7D and 19. RGB value is (145,125,25). Sum of RGB (Red+Green+Blue) = 145+125+25=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #917D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917D19 is #6E82E6. Grayscale: #787878. Windows color (decimal): -7242471 or 1670545. OLE color: 1670545.
HSL color Cylindrical-coordinate representation of color #917D19: hue angle of 50º 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 #917D19 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 25 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.43 |
| HSL | 50º | 0.71% | 0.33% | - |
| HSV(B) | 50º | 0.83% | 0.57% | - |
| XYZ | 19.19 | 20.76 | 3.92 | - |
| YUV | 119.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 25 | 0 | 0.14 | 0.83 | 0.43 | 50 | 0.71 | 0.33 |
| Hex | 91 | 7D | 19 | 0 | E | 53 | 2B | 32 | 47 | 21 |
| Octal | 221 | 175 | 31 | 0 | 16 | 123 | 53 | 62 | 107 | 41 |
| Binary | 10010001 | 1111101 | 11001 | 0 | 1110 | 1010011 | 101011 | 110010 | 1000111 | 100001 |
Color Harmonies of #917D19
Complementary color
Monochromatic Colors of #917D19
Black with #917D19
Text Example
Text Example
White with #917D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D19; }
p { color: rgb(145,125,25); }
H1.HeaderClassName
{
color: #917D19;
}
.AnyTagClassName
{
color: #917D19;
}
</style>
background-color css
<style>
a { background-color: #917D19; }
a { background-color: rgb(145,125,25); }
div.DivClassName
{
background-color: #917D19;
}
.BgClassName
{
background-color: #917D19;
}
</style>
border-color css
<style>
span { border-color: #917D19; }
span { border-color: rgb(145,125,25); }
td.TdClassName
{
border-color: #917D19;
}
.TagClassName
{
border-color: #917D19;
}
</style>