Shades of Lemon Ginger #9F882E
Tints of Lemon Ginger #9F882E
RGB
CMYK
RGB Variations
Color information
#9F882E (or 0x9F882E) is known color: Lemon Ginger. HEX triplet: 9F, 88 and 2E. RGB value is (159,136,46). Sum of RGB (Red+Green+Blue) = 159+136+46=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F882E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F882E is #6077D1. Grayscale: #858585. Windows color (decimal): -6322130 or 3049631. OLE color: 3049631.
HSL color Cylindrical-coordinate representation of color #9F882E: hue angle of 47.79º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F882E is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 46 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.38 |
| HSL | 47.79º | 0.55% | 0.4% | - |
| HSV(B) | 47.79º | 0.71% | 0.62% | - |
| XYZ | 23.6 | 25.18 | 6.2 | - |
| YUV | 132.62 | 79.12 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 46 | 0 | 0.14 | 0.71 | 0.38 | 47.79 | 0.55 | 0.4 |
| Hex | 9F | 88 | 2E | 0 | E | 47 | 26 | 30 | 37 | 28 |
| Octal | 237 | 210 | 56 | 0 | 16 | 107 | 46 | 60 | 67 | 50 |
| Binary | 10011111 | 10001000 | 101110 | 0 | 1110 | 1000111 | 100110 | 110000 | 110111 | 101000 |
Color Harmonies of #9F882E
Complementary color
Monochromatic Colors of #9F882E
Black with #9F882E
Text Example
Text Example
White with #9F882E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F882E; }
p { color: rgb(159,136,46); }
H1.HeaderClassName
{
color: #9F882E;
}
.AnyTagClassName
{
color: #9F882E;
}
</style>
background-color css
<style>
a { background-color: #9F882E; }
a { background-color: rgb(159,136,46); }
div.DivClassName
{
background-color: #9F882E;
}
.BgClassName
{
background-color: #9F882E;
}
</style>
border-color css
<style>
span { border-color: #9F882E; }
span { border-color: rgb(159,136,46); }
td.TdClassName
{
border-color: #9F882E;
}
.TagClassName
{
border-color: #9F882E;
}
</style>