Shades of Lemon Ginger #98882D
Tints of Lemon Ginger #98882D
RGB
CMYK
RGB Variations
Color information
#98882D (or 0x98882D) is known color: Lemon Ginger. HEX triplet: 98, 88 and 2D. RGB value is (152,136,45). Sum of RGB (Red+Green+Blue) = 152+136+45=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98882D is #6777D2. Grayscale: #828282. Windows color (decimal): -6780883 or 2984088. OLE color: 2984088.
HSL color Cylindrical-coordinate representation of color #98882D: hue angle of 51.03º 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 #98882D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 136 | 45 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.40 |
| HSL | 51.03º | 0.54% | 0.39% | - |
| HSV(B) | 51.03º | 0.7% | 0.6% | - |
| XYZ | 22.23 | 24.47 | 6.03 | - |
| YUV | 130.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 45 | 0 | 0.11 | 0.70 | 0.40 | 51.03 | 0.54 | 0.39 |
| Hex | 98 | 88 | 2D | 0 | B | 46 | 28 | 33 | 36 | 27 |
| Octal | 230 | 210 | 55 | 0 | 13 | 106 | 50 | 63 | 66 | 47 |
| Binary | 10011000 | 10001000 | 101101 | 0 | 1011 | 1000110 | 101000 | 110011 | 110110 | 100111 |
Color Harmonies of #98882D
Complementary color
Monochromatic Colors of #98882D
Black with #98882D
Text Example
Text Example
White with #98882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98882D; }
p { color: rgb(152,136,45); }
H1.HeaderClassName
{
color: #98882D;
}
.AnyTagClassName
{
color: #98882D;
}
</style>
background-color css
<style>
a { background-color: #98882D; }
a { background-color: rgb(152,136,45); }
div.DivClassName
{
background-color: #98882D;
}
.BgClassName
{
background-color: #98882D;
}
</style>
border-color css
<style>
span { border-color: #98882D; }
span { border-color: rgb(152,136,45); }
td.TdClassName
{
border-color: #98882D;
}
.TagClassName
{
border-color: #98882D;
}
</style>