Shades of Lemon Ginger #998136
Tints of Lemon Ginger #998136
RGB
CMYK
RGB Variations
Color information
#998136 (or 0x998136) is known color: Lemon Ginger. HEX triplet: 99, 81 and 36. RGB value is (153,129,54). Sum of RGB (Red+Green+Blue) = 153+129+54=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #998136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998136 is #667EC9. Grayscale: #7F7F7F. Windows color (decimal): -6717130 or 3572121. OLE color: 3572121.
HSL color Cylindrical-coordinate representation of color #998136: hue angle of 45.45º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #998136 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 54 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.4 |
| HSL | 45.45º | 0.48% | 0.41% | - |
| HSV(B) | 45.45º | 0.65% | 0.6% | - |
| XYZ | 21.65 | 22.74 | 6.74 | - |
| YUV | 127.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 54 | 0 | 0.16 | 0.65 | 0.4 | 45.45 | 0.48 | 0.41 |
| Hex | 99 | 81 | 36 | 0 | 10 | 41 | 28 | 2D | 30 | 29 |
| Octal | 231 | 201 | 66 | 0 | 20 | 101 | 50 | 55 | 60 | 51 |
| Binary | 10011001 | 10000001 | 110110 | 0 | 10000 | 1000001 | 101000 | 101101 | 110000 | 101001 |
Color Harmonies of #998136
Complementary color
Monochromatic Colors of #998136
Black with #998136
Text Example
Text Example
White with #998136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998136; }
p { color: rgb(153,129,54); }
H1.HeaderClassName
{
color: #998136;
}
.AnyTagClassName
{
color: #998136;
}
</style>
background-color css
<style>
a { background-color: #998136; }
a { background-color: rgb(153,129,54); }
div.DivClassName
{
background-color: #998136;
}
.BgClassName
{
background-color: #998136;
}
</style>
border-color css
<style>
span { border-color: #998136; }
span { border-color: rgb(153,129,54); }
td.TdClassName
{
border-color: #998136;
}
.TagClassName
{
border-color: #998136;
}
</style>