Shades of Lemon Ginger #998D27
Tints of Lemon Ginger #998D27
RGB
CMYK
RGB Variations
Color information
#998D27 (or 0x998D27) is known color: Lemon Ginger. HEX triplet: 99, 8D and 27. RGB value is (153,141,39). Sum of RGB (Red+Green+Blue) = 153+141+39=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #998D27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D27 is #6672D8. Grayscale: #858585. Windows color (decimal): -6714073 or 2592153. OLE color: 2592153.
HSL color Cylindrical-coordinate representation of color #998D27: hue angle of 53.68º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #998D27 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 39 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.4 |
| HSL | 53.68º | 0.59% | 0.38% | - |
| HSV(B) | 53.68º | 0.75% | 0.6% | - |
| XYZ | 23.03 | 25.97 | 5.72 | - |
| YUV | 132.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 39 | 0 | 0.08 | 0.75 | 0.4 | 53.68 | 0.59 | 0.38 |
| Hex | 99 | 8D | 27 | 0 | 8 | 4B | 28 | 36 | 3B | 26 |
| Octal | 231 | 215 | 47 | 0 | 10 | 113 | 50 | 66 | 73 | 46 |
| Binary | 10011001 | 10001101 | 100111 | 0 | 1000 | 1001011 | 101000 | 110110 | 111011 | 100110 |
Color Harmonies of #998D27
Complementary color
Monochromatic Colors of #998D27
Black with #998D27
Text Example
Text Example
White with #998D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D27; }
p { color: rgb(153,141,39); }
H1.HeaderClassName
{
color: #998D27;
}
.AnyTagClassName
{
color: #998D27;
}
</style>
background-color css
<style>
a { background-color: #998D27; }
a { background-color: rgb(153,141,39); }
div.DivClassName
{
background-color: #998D27;
}
.BgClassName
{
background-color: #998D27;
}
</style>
border-color css
<style>
span { border-color: #998D27; }
span { border-color: rgb(153,141,39); }
td.TdClassName
{
border-color: #998D27;
}
.TagClassName
{
border-color: #998D27;
}
</style>