Shades of Lemon Ginger #998F25
Tints of Lemon Ginger #998F25
RGB
CMYK
RGB Variations
Color information
#998F25 (or 0x998F25) is known color: Lemon Ginger. HEX triplet: 99, 8F and 25. RGB value is (153,143,37). Sum of RGB (Red+Green+Blue) = 153+143+37=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #998F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F25 is #6670DA. Grayscale: #868686. Windows color (decimal): -6713563 or 2461593. OLE color: 2461593.
HSL color Cylindrical-coordinate representation of color #998F25: hue angle of 54.83º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #998F25 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 37 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.4 |
| HSL | 54.83º | 0.61% | 0.37% | - |
| HSV(B) | 54.83º | 0.76% | 0.6% | - |
| XYZ | 23.29 | 26.55 | 5.65 | - |
| YUV | 133.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 37 | 0 | 0.07 | 0.76 | 0.4 | 54.83 | 0.61 | 0.37 |
| Hex | 99 | 8F | 25 | 0 | 7 | 4C | 28 | 37 | 3D | 25 |
| Octal | 231 | 217 | 45 | 0 | 7 | 114 | 50 | 67 | 75 | 45 |
| Binary | 10011001 | 10001111 | 100101 | 0 | 111 | 1001100 | 101000 | 110111 | 111101 | 100101 |
Color Harmonies of #998F25
Complementary color
Monochromatic Colors of #998F25
Black with #998F25
Text Example
Text Example
White with #998F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F25; }
p { color: rgb(153,143,37); }
H1.HeaderClassName
{
color: #998F25;
}
.AnyTagClassName
{
color: #998F25;
}
</style>
background-color css
<style>
a { background-color: #998F25; }
a { background-color: rgb(153,143,37); }
div.DivClassName
{
background-color: #998F25;
}
.BgClassName
{
background-color: #998F25;
}
</style>
border-color css
<style>
span { border-color: #998F25; }
span { border-color: rgb(153,143,37); }
td.TdClassName
{
border-color: #998F25;
}
.TagClassName
{
border-color: #998F25;
}
</style>