Shades of Lemon Ginger #89802C
Tints of Lemon Ginger #89802C
RGB
CMYK
RGB Variations
Color information
#89802C (or 0x89802C) is known color: Lemon Ginger. HEX triplet: 89, 80 and 2C. RGB value is (137,128,44). Sum of RGB (Red+Green+Blue) = 137+128+44=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #89802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89802C is #767FD3. Grayscale: #797979. Windows color (decimal): -7765972 or 2916489. OLE color: 2916489.
HSL color Cylindrical-coordinate representation of color #89802C: hue angle of 54.19º 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 #89802C is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 44 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.46 |
| HSL | 54.19º | 0.51% | 0.35% | - |
| HSV(B) | 54.19º | 0.68% | 0.54% | - |
| XYZ | 18.49 | 20.94 | 5.45 | - |
| YUV | 121.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 44 | 0 | 0.07 | 0.68 | 0.46 | 54.19 | 0.51 | 0.35 |
| Hex | 89 | 80 | 2C | 0 | 7 | 44 | 2E | 36 | 33 | 23 |
| Octal | 211 | 200 | 54 | 0 | 7 | 104 | 56 | 66 | 63 | 43 |
| Binary | 10001001 | 10000000 | 101100 | 0 | 111 | 1000100 | 101110 | 110110 | 110011 | 100011 |
Color Harmonies of #89802C
Complementary color
Monochromatic Colors of #89802C
Black with #89802C
Text Example
Text Example
White with #89802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89802C; }
p { color: rgb(137,128,44); }
H1.HeaderClassName
{
color: #89802C;
}
.AnyTagClassName
{
color: #89802C;
}
</style>
background-color css
<style>
a { background-color: #89802C; }
a { background-color: rgb(137,128,44); }
div.DivClassName
{
background-color: #89802C;
}
.BgClassName
{
background-color: #89802C;
}
</style>
border-color css
<style>
span { border-color: #89802C; }
span { border-color: rgb(137,128,44); }
td.TdClassName
{
border-color: #89802C;
}
.TagClassName
{
border-color: #89802C;
}
</style>