Shades of Lemon Ginger #89822B
Tints of Lemon Ginger #89822B
RGB
CMYK
RGB Variations
Color information
#89822B (or 0x89822B) is known color: Lemon Ginger. HEX triplet: 89, 82 and 2B. RGB value is (137,130,43). Sum of RGB (Red+Green+Blue) = 137+130+43=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #89822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89822B is #767DD4. Grayscale: #7A7A7A. Windows color (decimal): -7765461 or 2851465. OLE color: 2851465.
HSL color Cylindrical-coordinate representation of color #89822B: hue angle of 55.53º degrees, saturation: 0.52, 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 #89822B is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 43 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.46 |
| HSL | 55.53º | 0.52% | 0.35% | - |
| HSV(B) | 55.53º | 0.69% | 0.54% | - |
| XYZ | 18.74 | 21.46 | 5.44 | - |
| YUV | 122.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 43 | 0 | 0.05 | 0.69 | 0.46 | 55.53 | 0.52 | 0.35 |
| Hex | 89 | 82 | 2B | 0 | 5 | 45 | 2E | 38 | 34 | 23 |
| Octal | 211 | 202 | 53 | 0 | 5 | 105 | 56 | 70 | 64 | 43 |
| Binary | 10001001 | 10000010 | 101011 | 0 | 101 | 1000101 | 101110 | 111000 | 110100 | 100011 |
Color Harmonies of #89822B
Complementary color
Monochromatic Colors of #89822B
Black with #89822B
Text Example
Text Example
White with #89822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89822B; }
p { color: rgb(137,130,43); }
H1.HeaderClassName
{
color: #89822B;
}
.AnyTagClassName
{
color: #89822B;
}
</style>
background-color css
<style>
a { background-color: #89822B; }
a { background-color: rgb(137,130,43); }
div.DivClassName
{
background-color: #89822B;
}
.BgClassName
{
background-color: #89822B;
}
</style>
border-color css
<style>
span { border-color: #89822B; }
span { border-color: rgb(137,130,43); }
td.TdClassName
{
border-color: #89822B;
}
.TagClassName
{
border-color: #89822B;
}
</style>