Shades of Lemon Ginger #988634
Tints of Lemon Ginger #988634
RGB
CMYK
RGB Variations
Color information
#988634 (or 0x988634) is known color: Lemon Ginger. HEX triplet: 98, 86 and 34. RGB value is (152,134,52). Sum of RGB (Red+Green+Blue) = 152+134+52=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #988634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988634 is #6779CB. Grayscale: #828282. Windows color (decimal): -6781388 or 3442328. OLE color: 3442328.
HSL color Cylindrical-coordinate representation of color #988634: hue angle of 49.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #988634 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 52 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.40 |
| HSL | 49.2º | 0.49% | 0.4% | - |
| HSV(B) | 49.2º | 0.66% | 0.6% | - |
| XYZ | 22.09 | 23.97 | 6.71 | - |
| YUV | 130.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 52 | 0 | 0.12 | 0.66 | 0.40 | 49.2 | 0.49 | 0.4 |
| Hex | 98 | 86 | 34 | 0 | C | 42 | 28 | 31 | 31 | 28 |
| Octal | 230 | 206 | 64 | 0 | 14 | 102 | 50 | 61 | 61 | 50 |
| Binary | 10011000 | 10000110 | 110100 | 0 | 1100 | 1000010 | 101000 | 110001 | 110001 | 101000 |
Color Harmonies of #988634
Complementary color
Monochromatic Colors of #988634
Black with #988634
Text Example
Text Example
White with #988634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988634; }
p { color: rgb(152,134,52); }
H1.HeaderClassName
{
color: #988634;
}
.AnyTagClassName
{
color: #988634;
}
</style>
background-color css
<style>
a { background-color: #988634; }
a { background-color: rgb(152,134,52); }
div.DivClassName
{
background-color: #988634;
}
.BgClassName
{
background-color: #988634;
}
</style>
border-color css
<style>
span { border-color: #988634; }
span { border-color: rgb(152,134,52); }
td.TdClassName
{
border-color: #988634;
}
.TagClassName
{
border-color: #988634;
}
</style>