Shades of Lemon Ginger #98851D
Tints of Lemon Ginger #98851D
RGB
CMYK
RGB Variations
Color information
#98851D (or 0x98851D) is known color: Lemon Ginger. HEX triplet: 98, 85 and 1D. RGB value is (152,133,29). Sum of RGB (Red+Green+Blue) = 152+133+29=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98851D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98851D is #677AE2. Grayscale: #7F7F7F. Windows color (decimal): -6781667 or 1934744. OLE color: 1934744.
HSL color Cylindrical-coordinate representation of color #98851D: hue angle of 50.73º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98851D is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 29 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.40 |
| HSL | 50.73º | 0.68% | 0.35% | - |
| HSV(B) | 50.73º | 0.81% | 0.6% | - |
| XYZ | 21.56 | 23.54 | 4.57 | - |
| YUV | 126.83 | 72.79 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 29 | 0 | 0.13 | 0.81 | 0.40 | 50.73 | 0.68 | 0.35 |
| Hex | 98 | 85 | 1D | 0 | D | 51 | 28 | 33 | 44 | 23 |
| Octal | 230 | 205 | 35 | 0 | 15 | 121 | 50 | 63 | 104 | 43 |
| Binary | 10011000 | 10000101 | 11101 | 0 | 1101 | 1010001 | 101000 | 110011 | 1000100 | 100011 |
Color Harmonies of #98851D
Complementary color
Monochromatic Colors of #98851D
Black with #98851D
Text Example
Text Example
White with #98851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98851D; }
p { color: rgb(152,133,29); }
H1.HeaderClassName
{
color: #98851D;
}
.AnyTagClassName
{
color: #98851D;
}
</style>
background-color css
<style>
a { background-color: #98851D; }
a { background-color: rgb(152,133,29); }
div.DivClassName
{
background-color: #98851D;
}
.BgClassName
{
background-color: #98851D;
}
</style>
border-color css
<style>
span { border-color: #98851D; }
span { border-color: rgb(152,133,29); }
td.TdClassName
{
border-color: #98851D;
}
.TagClassName
{
border-color: #98851D;
}
</style>