Shades of Lemon Ginger #989025
Tints of Lemon Ginger #989025
RGB
CMYK
RGB Variations
Color information
#989025 (or 0x989025) is known color: Lemon Ginger. HEX triplet: 98, 90 and 25. RGB value is (152,144,37). Sum of RGB (Red+Green+Blue) = 152+144+37=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #989025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989025 is #676FDA. Grayscale: #868686. Windows color (decimal): -6778843 or 2461848. OLE color: 2461848.
HSL color Cylindrical-coordinate representation of color #989025: hue angle of 55.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 #989025 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 144 | 37 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.40 |
| HSL | 55.83º | 0.61% | 0.37% | - |
| HSV(B) | 55.83º | 0.76% | 0.6% | - |
| XYZ | 23.26 | 26.76 | 5.69 | - |
| YUV | 134.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 37 | 0 | 0.05 | 0.76 | 0.40 | 55.83 | 0.61 | 0.37 |
| Hex | 98 | 90 | 25 | 0 | 5 | 4C | 28 | 38 | 3D | 25 |
| Octal | 230 | 220 | 45 | 0 | 5 | 114 | 50 | 70 | 75 | 45 |
| Binary | 10011000 | 10010000 | 100101 | 0 | 101 | 1001100 | 101000 | 111000 | 111101 | 100101 |
Color Harmonies of #989025
Complementary color
Monochromatic Colors of #989025
Black with #989025
Text Example
Text Example
White with #989025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989025; }
p { color: rgb(152,144,37); }
H1.HeaderClassName
{
color: #989025;
}
.AnyTagClassName
{
color: #989025;
}
</style>
background-color css
<style>
a { background-color: #989025; }
a { background-color: rgb(152,144,37); }
div.DivClassName
{
background-color: #989025;
}
.BgClassName
{
background-color: #989025;
}
</style>
border-color css
<style>
span { border-color: #989025; }
span { border-color: rgb(152,144,37); }
td.TdClassName
{
border-color: #989025;
}
.TagClassName
{
border-color: #989025;
}
</style>