Shades of Lemon Ginger #98902D
Tints of Lemon Ginger #98902D
RGB
CMYK
RGB Variations
Color information
#98902D (or 0x98902D) is known color: Lemon Ginger. HEX triplet: 98, 90 and 2D. RGB value is (152,144,45). Sum of RGB (Red+Green+Blue) = 152+144+45=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98902D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98902D is #676FD2. Grayscale: #878787. Windows color (decimal): -6778835 or 2986136. OLE color: 2986136.
HSL color Cylindrical-coordinate representation of color #98902D: hue angle of 55.51º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98902D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 144 | 45 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.40 |
| HSL | 55.51º | 0.54% | 0.39% | - |
| HSV(B) | 55.51º | 0.7% | 0.6% | - |
| XYZ | 23.4 | 26.81 | 6.42 | - |
| YUV | 135.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 45 | 0 | 0.05 | 0.70 | 0.40 | 55.51 | 0.54 | 0.39 |
| Hex | 98 | 90 | 2D | 0 | 5 | 46 | 28 | 38 | 36 | 27 |
| Octal | 230 | 220 | 55 | 0 | 5 | 106 | 50 | 70 | 66 | 47 |
| Binary | 10011000 | 10010000 | 101101 | 0 | 101 | 1000110 | 101000 | 111000 | 110110 | 100111 |
Color Harmonies of #98902D
Complementary color
Monochromatic Colors of #98902D
Black with #98902D
Text Example
Text Example
White with #98902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98902D; }
p { color: rgb(152,144,45); }
H1.HeaderClassName
{
color: #98902D;
}
.AnyTagClassName
{
color: #98902D;
}
</style>
background-color css
<style>
a { background-color: #98902D; }
a { background-color: rgb(152,144,45); }
div.DivClassName
{
background-color: #98902D;
}
.BgClassName
{
background-color: #98902D;
}
</style>
border-color css
<style>
span { border-color: #98902D; }
span { border-color: rgb(152,144,45); }
td.TdClassName
{
border-color: #98902D;
}
.TagClassName
{
border-color: #98902D;
}
</style>