Shades of Lemon Ginger #898020
Tints of Lemon Ginger #898020
RGB
CMYK
RGB Variations
Color information
#898020 (or 0x898020) is known color: Lemon Ginger. HEX triplet: 89, 80 and 20. RGB value is (137,128,32). Sum of RGB (Red+Green+Blue) = 137+128+32=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #898020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898020 is #767FDF. Grayscale: #787878. Windows color (decimal): -7765984 or 2130057. OLE color: 2130057.
HSL color Cylindrical-coordinate representation of color #898020: hue angle of 54.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #898020 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 32 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.46 |
| HSL | 54.86º | 0.62% | 0.33% | - |
| HSV(B) | 54.86º | 0.77% | 0.54% | - |
| XYZ | 18.3 | 20.86 | 4.43 | - |
| YUV | 119.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 32 | 0 | 0.07 | 0.77 | 0.46 | 54.86 | 0.62 | 0.33 |
| Hex | 89 | 80 | 20 | 0 | 7 | 4D | 2E | 37 | 3E | 21 |
| Octal | 211 | 200 | 40 | 0 | 7 | 115 | 56 | 67 | 76 | 41 |
| Binary | 10001001 | 10000000 | 100000 | 0 | 111 | 1001101 | 101110 | 110111 | 111110 | 100001 |
Color Harmonies of #898020
Complementary color
Monochromatic Colors of #898020
Black with #898020
Text Example
Text Example
White with #898020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898020; }
p { color: rgb(137,128,32); }
H1.HeaderClassName
{
color: #898020;
}
.AnyTagClassName
{
color: #898020;
}
</style>
background-color css
<style>
a { background-color: #898020; }
a { background-color: rgb(137,128,32); }
div.DivClassName
{
background-color: #898020;
}
.BgClassName
{
background-color: #898020;
}
</style>
border-color css
<style>
span { border-color: #898020; }
span { border-color: rgb(137,128,32); }
td.TdClassName
{
border-color: #898020;
}
.TagClassName
{
border-color: #898020;
}
</style>