Shades of Lemon Ginger #89822D
Tints of Lemon Ginger #89822D
RGB
CMYK
RGB Variations
Color information
#89822D (or 0x89822D) is known color: Lemon Ginger. HEX triplet: 89, 82 and 2D. RGB value is (137,130,45). Sum of RGB (Red+Green+Blue) = 137+130+45=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89822D is #767DD2. Grayscale: #7A7A7A. Windows color (decimal): -7765459 or 2982537. OLE color: 2982537.
HSL color Cylindrical-coordinate representation of color #89822D: hue angle of 55.43º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89822D is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 45 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.46 |
| HSL | 55.43º | 0.51% | 0.36% | - |
| HSV(B) | 55.43º | 0.67% | 0.54% | - |
| XYZ | 18.77 | 21.47 | 5.64 | - |
| YUV | 122.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 45 | 0 | 0.05 | 0.67 | 0.46 | 55.43 | 0.51 | 0.36 |
| Hex | 89 | 82 | 2D | 0 | 5 | 43 | 2E | 37 | 33 | 24 |
| Octal | 211 | 202 | 55 | 0 | 5 | 103 | 56 | 67 | 63 | 44 |
| Binary | 10001001 | 10000010 | 101101 | 0 | 101 | 1000011 | 101110 | 110111 | 110011 | 100100 |
Color Harmonies of #89822D
Complementary color
Monochromatic Colors of #89822D
Black with #89822D
Text Example
Text Example
White with #89822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89822D; }
p { color: rgb(137,130,45); }
H1.HeaderClassName
{
color: #89822D;
}
.AnyTagClassName
{
color: #89822D;
}
</style>
background-color css
<style>
a { background-color: #89822D; }
a { background-color: rgb(137,130,45); }
div.DivClassName
{
background-color: #89822D;
}
.BgClassName
{
background-color: #89822D;
}
</style>
border-color css
<style>
span { border-color: #89822D; }
span { border-color: rgb(137,130,45); }
td.TdClassName
{
border-color: #89822D;
}
.TagClassName
{
border-color: #89822D;
}
</style>