Shades of Lemon Ginger #99802D
Tints of Lemon Ginger #99802D
RGB
CMYK
RGB Variations
Color information
#99802D (or 0x99802D) is known color: Lemon Ginger. HEX triplet: 99, 80 and 2D. RGB value is (153,128,45). Sum of RGB (Red+Green+Blue) = 153+128+45=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99802D is #667FD2. Grayscale: #7E7E7E. Windows color (decimal): -6717395 or 2982041. OLE color: 2982041.
HSL color Cylindrical-coordinate representation of color #99802D: hue angle of 46.11º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99802D is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 45 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.4 |
| HSL | 46.11º | 0.55% | 0.39% | - |
| HSV(B) | 46.11º | 0.71% | 0.6% | - |
| XYZ | 21.33 | 22.4 | 5.68 | - |
| YUV | 126.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 45 | 0 | 0.16 | 0.71 | 0.4 | 46.11 | 0.55 | 0.39 |
| Hex | 99 | 80 | 2D | 0 | 10 | 47 | 28 | 2E | 37 | 27 |
| Octal | 231 | 200 | 55 | 0 | 20 | 107 | 50 | 56 | 67 | 47 |
| Binary | 10011001 | 10000000 | 101101 | 0 | 10000 | 1000111 | 101000 | 101110 | 110111 | 100111 |
Color Harmonies of #99802D
Complementary color
Monochromatic Colors of #99802D
Black with #99802D
Text Example
Text Example
White with #99802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99802D; }
p { color: rgb(153,128,45); }
H1.HeaderClassName
{
color: #99802D;
}
.AnyTagClassName
{
color: #99802D;
}
</style>
background-color css
<style>
a { background-color: #99802D; }
a { background-color: rgb(153,128,45); }
div.DivClassName
{
background-color: #99802D;
}
.BgClassName
{
background-color: #99802D;
}
</style>
border-color css
<style>
span { border-color: #99802D; }
span { border-color: rgb(153,128,45); }
td.TdClassName
{
border-color: #99802D;
}
.TagClassName
{
border-color: #99802D;
}
</style>