Shades of Lemon Ginger #987E38
Tints of Lemon Ginger #987E38
RGB
CMYK
RGB Variations
Color information
#987E38 (or 0x987E38) is known color: Lemon Ginger. HEX triplet: 98, 7E and 38. RGB value is (152,126,56). Sum of RGB (Red+Green+Blue) = 152+126+56=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #987E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987E38 is #6781C7. Grayscale: #7E7E7E. Windows color (decimal): -6783432 or 3702424. OLE color: 3702424.
HSL color Cylindrical-coordinate representation of color #987E38: hue angle of 43.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #987E38 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 56 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.40 |
| HSL | 43.75º | 0.46% | 0.41% | - |
| HSV(B) | 43.75º | 0.63% | 0.6% | - |
| XYZ | 21.12 | 21.88 | 6.85 | - |
| YUV | 125.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 56 | 0 | 0.17 | 0.63 | 0.40 | 43.75 | 0.46 | 0.41 |
| Hex | 98 | 7E | 38 | 0 | 11 | 3F | 28 | 2C | 2E | 29 |
| Octal | 230 | 176 | 70 | 0 | 21 | 77 | 50 | 54 | 56 | 51 |
| Binary | 10011000 | 1111110 | 111000 | 0 | 10001 | 111111 | 101000 | 101100 | 101110 | 101001 |
Color Harmonies of #987E38
Complementary color
Monochromatic Colors of #987E38
Black with #987E38
Text Example
Text Example
White with #987E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E38; }
p { color: rgb(152,126,56); }
H1.HeaderClassName
{
color: #987E38;
}
.AnyTagClassName
{
color: #987E38;
}
</style>
background-color css
<style>
a { background-color: #987E38; }
a { background-color: rgb(152,126,56); }
div.DivClassName
{
background-color: #987E38;
}
.BgClassName
{
background-color: #987E38;
}
</style>
border-color css
<style>
span { border-color: #987E38; }
span { border-color: rgb(152,126,56); }
td.TdClassName
{
border-color: #987E38;
}
.TagClassName
{
border-color: #987E38;
}
</style>