Shades of Lemon Ginger #987F2C
Tints of Lemon Ginger #987F2C
RGB
CMYK
RGB Variations
Color information
#987F2C (or 0x987F2C) is known color: Lemon Ginger. HEX triplet: 98, 7F and 2C. RGB value is (152,127,44). Sum of RGB (Red+Green+Blue) = 152+127+44=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #987F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F2C is #6780D3. Grayscale: #7D7D7D. Windows color (decimal): -6783188 or 2916248. OLE color: 2916248.
HSL color Cylindrical-coordinate representation of color #987F2C: hue angle of 46.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #987F2C is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 44 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.40 |
| HSL | 46.11º | 0.55% | 0.38% | - |
| HSV(B) | 46.11º | 0.71% | 0.6% | - |
| XYZ | 20.99 | 22.04 | 5.53 | - |
| YUV | 125.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 44 | 0 | 0.16 | 0.71 | 0.40 | 46.11 | 0.55 | 0.38 |
| Hex | 98 | 7F | 2C | 0 | 10 | 47 | 28 | 2E | 37 | 26 |
| Octal | 230 | 177 | 54 | 0 | 20 | 107 | 50 | 56 | 67 | 46 |
| Binary | 10011000 | 1111111 | 101100 | 0 | 10000 | 1000111 | 101000 | 101110 | 110111 | 100110 |
Color Harmonies of #987F2C
Complementary color
Monochromatic Colors of #987F2C
Black with #987F2C
Text Example
Text Example
White with #987F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F2C; }
p { color: rgb(152,127,44); }
H1.HeaderClassName
{
color: #987F2C;
}
.AnyTagClassName
{
color: #987F2C;
}
</style>
background-color css
<style>
a { background-color: #987F2C; }
a { background-color: rgb(152,127,44); }
div.DivClassName
{
background-color: #987F2C;
}
.BgClassName
{
background-color: #987F2C;
}
</style>
border-color css
<style>
span { border-color: #987F2C; }
span { border-color: rgb(152,127,44); }
td.TdClassName
{
border-color: #987F2C;
}
.TagClassName
{
border-color: #987F2C;
}
</style>