Shades of Lemon Ginger #897D19
Tints of Lemon Ginger #897D19
RGB
CMYK
RGB Variations
Color information
#897D19 (or 0x897D19) is known color: Lemon Ginger. HEX triplet: 89, 7D and 19. RGB value is (137,125,25). Sum of RGB (Red+Green+Blue) = 137+125+25=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #897D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D19 is #7682E6. Grayscale: #757575. Windows color (decimal): -7766759 or 1670537. OLE color: 1670537.
HSL color Cylindrical-coordinate representation of color #897D19: hue angle of 53.57º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #897D19 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 125 | 25 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.46 |
| HSL | 53.57º | 0.69% | 0.32% | - |
| HSV(B) | 53.57º | 0.82% | 0.54% | - |
| XYZ | 17.83 | 20.06 | 3.85 | - |
| YUV | 117.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 25 | 0 | 0.09 | 0.82 | 0.46 | 53.57 | 0.69 | 0.32 |
| Hex | 89 | 7D | 19 | 0 | 9 | 52 | 2E | 36 | 45 | 20 |
| Octal | 211 | 175 | 31 | 0 | 11 | 122 | 56 | 66 | 105 | 40 |
| Binary | 10001001 | 1111101 | 11001 | 0 | 1001 | 1010010 | 101110 | 110110 | 1000101 | 100000 |
Color Harmonies of #897D19
Complementary color
Monochromatic Colors of #897D19
Black with #897D19
Text Example
Text Example
White with #897D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897D19; }
p { color: rgb(137,125,25); }
H1.HeaderClassName
{
color: #897D19;
}
.AnyTagClassName
{
color: #897D19;
}
</style>
background-color css
<style>
a { background-color: #897D19; }
a { background-color: rgb(137,125,25); }
div.DivClassName
{
background-color: #897D19;
}
.BgClassName
{
background-color: #897D19;
}
</style>
border-color css
<style>
span { border-color: #897D19; }
span { border-color: rgb(137,125,25); }
td.TdClassName
{
border-color: #897D19;
}
.TagClassName
{
border-color: #897D19;
}
</style>