Shades of Lemon Ginger #897A20
Tints of Lemon Ginger #897A20
RGB
CMYK
RGB Variations
Color information
#897A20 (or 0x897A20) is known color: Lemon Ginger. HEX triplet: 89, 7A and 20. RGB value is (137,122,32). Sum of RGB (Red+Green+Blue) = 137+122+32=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #897A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897A20 is #7685DF. Grayscale: #747474. Windows color (decimal): -7767520 or 2128521. OLE color: 2128521.
HSL color Cylindrical-coordinate representation of color #897A20: hue angle of 51.43º 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 #897A20 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 32 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.46 |
| HSL | 51.43º | 0.62% | 0.33% | - |
| HSV(B) | 51.43º | 0.77% | 0.54% | - |
| XYZ | 17.54 | 19.34 | 4.18 | - |
| YUV | 116.23 | 80.47 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 32 | 0 | 0.11 | 0.77 | 0.46 | 51.43 | 0.62 | 0.33 |
| Hex | 89 | 7A | 20 | 0 | B | 4D | 2E | 33 | 3E | 21 |
| Octal | 211 | 172 | 40 | 0 | 13 | 115 | 56 | 63 | 76 | 41 |
| Binary | 10001001 | 1111010 | 100000 | 0 | 1011 | 1001101 | 101110 | 110011 | 111110 | 100001 |
Color Harmonies of #897A20
Complementary color
Monochromatic Colors of #897A20
Black with #897A20
Text Example
Text Example
White with #897A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A20; }
p { color: rgb(137,122,32); }
H1.HeaderClassName
{
color: #897A20;
}
.AnyTagClassName
{
color: #897A20;
}
</style>
background-color css
<style>
a { background-color: #897A20; }
a { background-color: rgb(137,122,32); }
div.DivClassName
{
background-color: #897A20;
}
.BgClassName
{
background-color: #897A20;
}
</style>
border-color css
<style>
span { border-color: #897A20; }
span { border-color: rgb(137,122,32); }
td.TdClassName
{
border-color: #897A20;
}
.TagClassName
{
border-color: #897A20;
}
</style>