Shades of Lemon Ginger #9F882F
Tints of Lemon Ginger #9F882F
RGB
CMYK
RGB Variations
Color information
#9F882F (or 0x9F882F) is known color: Lemon Ginger. HEX triplet: 9F, 88 and 2F. RGB value is (159,136,47). Sum of RGB (Red+Green+Blue) = 159+136+47=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F882F is #6077D0. Grayscale: #858585. Windows color (decimal): -6322129 or 3115167. OLE color: 3115167.
HSL color Cylindrical-coordinate representation of color #9F882F: hue angle of 47.68º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F882F is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 47 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.38 |
| HSL | 47.68º | 0.54% | 0.4% | - |
| HSV(B) | 47.68º | 0.7% | 0.62% | - |
| XYZ | 23.62 | 25.18 | 6.31 | - |
| YUV | 132.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 47 | 0 | 0.14 | 0.70 | 0.38 | 47.68 | 0.54 | 0.4 |
| Hex | 9F | 88 | 2F | 0 | E | 46 | 26 | 30 | 36 | 28 |
| Octal | 237 | 210 | 57 | 0 | 16 | 106 | 46 | 60 | 66 | 50 |
| Binary | 10011111 | 10001000 | 101111 | 0 | 1110 | 1000110 | 100110 | 110000 | 110110 | 101000 |
Color Harmonies of #9F882F
Complementary color
Monochromatic Colors of #9F882F
Black with #9F882F
Text Example
Text Example
White with #9F882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F882F; }
p { color: rgb(159,136,47); }
H1.HeaderClassName
{
color: #9F882F;
}
.AnyTagClassName
{
color: #9F882F;
}
</style>
background-color css
<style>
a { background-color: #9F882F; }
a { background-color: rgb(159,136,47); }
div.DivClassName
{
background-color: #9F882F;
}
.BgClassName
{
background-color: #9F882F;
}
</style>
border-color css
<style>
span { border-color: #9F882F; }
span { border-color: rgb(159,136,47); }
td.TdClassName
{
border-color: #9F882F;
}
.TagClassName
{
border-color: #9F882F;
}
</style>