Shades of Lemon Ginger #898225
Tints of Lemon Ginger #898225
RGB
CMYK
RGB Variations
Color information
#898225 (or 0x898225) is known color: Lemon Ginger. HEX triplet: 89, 82 and 25. RGB value is (137,130,37). Sum of RGB (Red+Green+Blue) = 137+130+37=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #898225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898225 is #767DDA. Grayscale: #797979. Windows color (decimal): -7765467 or 2458249. OLE color: 2458249.
HSL color Cylindrical-coordinate representation of color #898225: hue angle of 55.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #898225 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 37 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.46 |
| HSL | 55.8º | 0.57% | 0.34% | - |
| HSV(B) | 55.8º | 0.73% | 0.54% | - |
| XYZ | 18.63 | 21.42 | 4.9 | - |
| YUV | 121.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 37 | 0 | 0.05 | 0.73 | 0.46 | 55.8 | 0.57 | 0.34 |
| Hex | 89 | 82 | 25 | 0 | 5 | 49 | 2E | 38 | 39 | 22 |
| Octal | 211 | 202 | 45 | 0 | 5 | 111 | 56 | 70 | 71 | 42 |
| Binary | 10001001 | 10000010 | 100101 | 0 | 101 | 1001001 | 101110 | 111000 | 111001 | 100010 |
Color Harmonies of #898225
Complementary color
Monochromatic Colors of #898225
Black with #898225
Text Example
Text Example
White with #898225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898225; }
p { color: rgb(137,130,37); }
H1.HeaderClassName
{
color: #898225;
}
.AnyTagClassName
{
color: #898225;
}
</style>
background-color css
<style>
a { background-color: #898225; }
a { background-color: rgb(137,130,37); }
div.DivClassName
{
background-color: #898225;
}
.BgClassName
{
background-color: #898225;
}
</style>
border-color css
<style>
span { border-color: #898225; }
span { border-color: rgb(137,130,37); }
td.TdClassName
{
border-color: #898225;
}
.TagClassName
{
border-color: #898225;
}
</style>