Shades of Lemon Ginger #998035
Tints of Lemon Ginger #998035
RGB
CMYK
RGB Variations
Color information
#998035 (or 0x998035) is known color: Lemon Ginger. HEX triplet: 99, 80 and 35. RGB value is (153,128,53). Sum of RGB (Red+Green+Blue) = 153+128+53=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #998035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998035 is #667FCA. Grayscale: #7F7F7F. Windows color (decimal): -6717387 or 3506329. OLE color: 3506329.
HSL color Cylindrical-coordinate representation of color #998035: hue angle of 45º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #998035 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 53 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.4 |
| HSL | 45º | 0.49% | 0.4% | - |
| HSV(B) | 45º | 0.65% | 0.6% | - |
| XYZ | 21.5 | 22.47 | 6.57 | - |
| YUV | 126.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 53 | 0 | 0.16 | 0.65 | 0.4 | 45 | 0.49 | 0.4 |
| Hex | 99 | 80 | 35 | 0 | 10 | 41 | 28 | 2D | 31 | 28 |
| Octal | 231 | 200 | 65 | 0 | 20 | 101 | 50 | 55 | 61 | 50 |
| Binary | 10011001 | 10000000 | 110101 | 0 | 10000 | 1000001 | 101000 | 101101 | 110001 | 101000 |
Color Harmonies of #998035
Complementary color
Monochromatic Colors of #998035
Black with #998035
Text Example
Text Example
White with #998035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998035; }
p { color: rgb(153,128,53); }
H1.HeaderClassName
{
color: #998035;
}
.AnyTagClassName
{
color: #998035;
}
</style>
background-color css
<style>
a { background-color: #998035; }
a { background-color: rgb(153,128,53); }
div.DivClassName
{
background-color: #998035;
}
.BgClassName
{
background-color: #998035;
}
</style>
border-color css
<style>
span { border-color: #998035; }
span { border-color: rgb(153,128,53); }
td.TdClassName
{
border-color: #998035;
}
.TagClassName
{
border-color: #998035;
}
</style>