Shades of Lemon Ginger #89822C
Tints of Lemon Ginger #89822C
RGB
CMYK
RGB Variations
Color information
#89822C (or 0x89822C) is known color: Lemon Ginger. HEX triplet: 89, 82 and 2C. RGB value is (137,130,44). Sum of RGB (Red+Green+Blue) = 137+130+44=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #89822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89822C is #767DD3. Grayscale: #7A7A7A. Windows color (decimal): -7765460 or 2917001. OLE color: 2917001.
HSL color Cylindrical-coordinate representation of color #89822C: hue angle of 55.48º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89822C is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 44 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.46 |
| HSL | 55.48º | 0.51% | 0.35% | - |
| HSV(B) | 55.48º | 0.68% | 0.54% | - |
| XYZ | 18.75 | 21.47 | 5.54 | - |
| YUV | 122.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 44 | 0 | 0.05 | 0.68 | 0.46 | 55.48 | 0.51 | 0.35 |
| Hex | 89 | 82 | 2C | 0 | 5 | 44 | 2E | 37 | 33 | 23 |
| Octal | 211 | 202 | 54 | 0 | 5 | 104 | 56 | 67 | 63 | 43 |
| Binary | 10001001 | 10000010 | 101100 | 0 | 101 | 1000100 | 101110 | 110111 | 110011 | 100011 |
Color Harmonies of #89822C
Complementary color
Monochromatic Colors of #89822C
Black with #89822C
Text Example
Text Example
White with #89822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89822C; }
p { color: rgb(137,130,44); }
H1.HeaderClassName
{
color: #89822C;
}
.AnyTagClassName
{
color: #89822C;
}
</style>
background-color css
<style>
a { background-color: #89822C; }
a { background-color: rgb(137,130,44); }
div.DivClassName
{
background-color: #89822C;
}
.BgClassName
{
background-color: #89822C;
}
</style>
border-color css
<style>
span { border-color: #89822C; }
span { border-color: rgb(137,130,44); }
td.TdClassName
{
border-color: #89822C;
}
.TagClassName
{
border-color: #89822C;
}
</style>