Shades of Lemon Ginger #998526
Tints of Lemon Ginger #998526
RGB
CMYK
RGB Variations
Color information
#998526 (or 0x998526) is known color: Lemon Ginger. HEX triplet: 99, 85 and 26. RGB value is (153,133,38). Sum of RGB (Red+Green+Blue) = 153+133+38=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #998526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998526 is #667AD9. Grayscale: #808080. Windows color (decimal): -6716122 or 2524569. OLE color: 2524569.
HSL color Cylindrical-coordinate representation of color #998526: hue angle of 49.57º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #998526 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 38 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.4 |
| HSL | 49.57º | 0.6% | 0.37% | - |
| HSV(B) | 49.57º | 0.75% | 0.6% | - |
| XYZ | 21.87 | 23.69 | 5.25 | - |
| YUV | 128.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 38 | 0 | 0.13 | 0.75 | 0.4 | 49.57 | 0.6 | 0.37 |
| Hex | 99 | 85 | 26 | 0 | D | 4B | 28 | 32 | 3C | 25 |
| Octal | 231 | 205 | 46 | 0 | 15 | 113 | 50 | 62 | 74 | 45 |
| Binary | 10011001 | 10000101 | 100110 | 0 | 1101 | 1001011 | 101000 | 110010 | 111100 | 100101 |
Color Harmonies of #998526
Complementary color
Monochromatic Colors of #998526
Black with #998526
Text Example
Text Example
White with #998526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998526; }
p { color: rgb(153,133,38); }
H1.HeaderClassName
{
color: #998526;
}
.AnyTagClassName
{
color: #998526;
}
</style>
background-color css
<style>
a { background-color: #998526; }
a { background-color: rgb(153,133,38); }
div.DivClassName
{
background-color: #998526;
}
.BgClassName
{
background-color: #998526;
}
</style>
border-color css
<style>
span { border-color: #998526; }
span { border-color: rgb(153,133,38); }
td.TdClassName
{
border-color: #998526;
}
.TagClassName
{
border-color: #998526;
}
</style>