Shades of Lemon Ginger #89822A
Tints of Lemon Ginger #89822A
RGB
CMYK
RGB Variations
Color information
#89822A (or 0x89822A) is known color: Lemon Ginger. HEX triplet: 89, 82 and 2A. RGB value is (137,130,42). Sum of RGB (Red+Green+Blue) = 137+130+42=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #89822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89822A is #767DD5. Grayscale: #7A7A7A. Windows color (decimal): -7765462 or 2785929. OLE color: 2785929.
HSL color Cylindrical-coordinate representation of color #89822A: hue angle of 55.58º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89822A is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 42 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.46 |
| HSL | 55.58º | 0.53% | 0.35% | - |
| HSV(B) | 55.58º | 0.69% | 0.54% | - |
| XYZ | 18.72 | 21.45 | 5.34 | - |
| YUV | 122.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 42 | 0 | 0.05 | 0.69 | 0.46 | 55.58 | 0.53 | 0.35 |
| Hex | 89 | 82 | 2A | 0 | 5 | 45 | 2E | 38 | 35 | 23 |
| Octal | 211 | 202 | 52 | 0 | 5 | 105 | 56 | 70 | 65 | 43 |
| Binary | 10001001 | 10000010 | 101010 | 0 | 101 | 1000101 | 101110 | 111000 | 110101 | 100011 |
Color Harmonies of #89822A
Complementary color
Monochromatic Colors of #89822A
Black with #89822A
Text Example
Text Example
White with #89822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89822A; }
p { color: rgb(137,130,42); }
H1.HeaderClassName
{
color: #89822A;
}
.AnyTagClassName
{
color: #89822A;
}
</style>
background-color css
<style>
a { background-color: #89822A; }
a { background-color: rgb(137,130,42); }
div.DivClassName
{
background-color: #89822A;
}
.BgClassName
{
background-color: #89822A;
}
</style>
border-color css
<style>
span { border-color: #89822A; }
span { border-color: rgb(137,130,42); }
td.TdClassName
{
border-color: #89822A;
}
.TagClassName
{
border-color: #89822A;
}
</style>