Shades of Lemon Ginger #998529
Tints of Lemon Ginger #998529
RGB
CMYK
RGB Variations
Color information
#998529 (or 0x998529) is known color: Lemon Ginger. HEX triplet: 99, 85 and 29. RGB value is (153,133,41). Sum of RGB (Red+Green+Blue) = 153+133+41=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #998529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998529 is #667AD6. Grayscale: #808080. Windows color (decimal): -6716119 or 2721177. OLE color: 2721177.
HSL color Cylindrical-coordinate representation of color #998529: hue angle of 49.29º 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 #998529 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 41 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.4 |
| HSL | 49.29º | 0.58% | 0.38% | - |
| HSV(B) | 49.29º | 0.73% | 0.6% | - |
| XYZ | 21.92 | 23.71 | 5.52 | - |
| YUV | 128.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 41 | 0 | 0.13 | 0.73 | 0.4 | 49.29 | 0.58 | 0.38 |
| Hex | 99 | 85 | 29 | 0 | D | 49 | 28 | 31 | 3A | 26 |
| Octal | 231 | 205 | 51 | 0 | 15 | 111 | 50 | 61 | 72 | 46 |
| Binary | 10011001 | 10000101 | 101001 | 0 | 1101 | 1001001 | 101000 | 110001 | 111010 | 100110 |
Color Harmonies of #998529
Complementary color
Monochromatic Colors of #998529
Black with #998529
Text Example
Text Example
White with #998529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998529; }
p { color: rgb(153,133,41); }
H1.HeaderClassName
{
color: #998529;
}
.AnyTagClassName
{
color: #998529;
}
</style>
background-color css
<style>
a { background-color: #998529; }
a { background-color: rgb(153,133,41); }
div.DivClassName
{
background-color: #998529;
}
.BgClassName
{
background-color: #998529;
}
</style>
border-color css
<style>
span { border-color: #998529; }
span { border-color: rgb(153,133,41); }
td.TdClassName
{
border-color: #998529;
}
.TagClassName
{
border-color: #998529;
}
</style>