Shades of Lemon Ginger #998629
Tints of Lemon Ginger #998629
RGB
CMYK
RGB Variations
Color information
#998629 (or 0x998629) is known color: Lemon Ginger. HEX triplet: 99, 86 and 29. RGB value is (153,134,41). Sum of RGB (Red+Green+Blue) = 153+134+41=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #998629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998629 is #6679D6. Grayscale: #818181. Windows color (decimal): -6715863 or 2721433. OLE color: 2721433.
HSL color Cylindrical-coordinate representation of color #998629: hue angle of 49.82º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #998629 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 41 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.4 |
| HSL | 49.82º | 0.58% | 0.38% | - |
| HSV(B) | 49.82º | 0.73% | 0.6% | - |
| XYZ | 22.06 | 23.98 | 5.56 | - |
| YUV | 129.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 41 | 0 | 0.12 | 0.73 | 0.4 | 49.82 | 0.58 | 0.38 |
| Hex | 99 | 86 | 29 | 0 | C | 49 | 28 | 32 | 3A | 26 |
| Octal | 231 | 206 | 51 | 0 | 14 | 111 | 50 | 62 | 72 | 46 |
| Binary | 10011001 | 10000110 | 101001 | 0 | 1100 | 1001001 | 101000 | 110010 | 111010 | 100110 |
Color Harmonies of #998629
Complementary color
Monochromatic Colors of #998629
Black with #998629
Text Example
Text Example
White with #998629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998629; }
p { color: rgb(153,134,41); }
H1.HeaderClassName
{
color: #998629;
}
.AnyTagClassName
{
color: #998629;
}
</style>
background-color css
<style>
a { background-color: #998629; }
a { background-color: rgb(153,134,41); }
div.DivClassName
{
background-color: #998629;
}
.BgClassName
{
background-color: #998629;
}
</style>
border-color css
<style>
span { border-color: #998629; }
span { border-color: rgb(153,134,41); }
td.TdClassName
{
border-color: #998629;
}
.TagClassName
{
border-color: #998629;
}
</style>