Shades of Lemon Ginger #9C852F
Tints of Lemon Ginger #9C852F
RGB
CMYK
RGB Variations
Color information
#9C852F (or 0x9C852F) is known color: Lemon Ginger. HEX triplet: 9C, 85 and 2F. RGB value is (156,133,47). Sum of RGB (Red+Green+Blue) = 156+133+47=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C852F is #637AD0. Grayscale: #828282. Windows color (decimal): -6519505 or 3114396. OLE color: 3114396.
HSL color Cylindrical-coordinate representation of color #9C852F: hue angle of 47.34º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C852F is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 133 | 47 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.39 |
| HSL | 47.34º | 0.54% | 0.4% | - |
| HSV(B) | 47.34º | 0.7% | 0.61% | - |
| XYZ | 22.61 | 24.05 | 6.14 | - |
| YUV | 130.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 133 | 47 | 0 | 0.15 | 0.70 | 0.39 | 47.34 | 0.54 | 0.4 |
| Hex | 9C | 85 | 2F | 0 | F | 46 | 27 | 2F | 36 | 28 |
| Octal | 234 | 205 | 57 | 0 | 17 | 106 | 47 | 57 | 66 | 50 |
| Binary | 10011100 | 10000101 | 101111 | 0 | 1111 | 1000110 | 100111 | 101111 | 110110 | 101000 |
Color Harmonies of #9C852F
Complementary color
Monochromatic Colors of #9C852F
Black with #9C852F
Text Example
Text Example
White with #9C852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C852F; }
p { color: rgb(156,133,47); }
H1.HeaderClassName
{
color: #9C852F;
}
.AnyTagClassName
{
color: #9C852F;
}
</style>
background-color css
<style>
a { background-color: #9C852F; }
a { background-color: rgb(156,133,47); }
div.DivClassName
{
background-color: #9C852F;
}
.BgClassName
{
background-color: #9C852F;
}
</style>
border-color css
<style>
span { border-color: #9C852F; }
span { border-color: rgb(156,133,47); }
td.TdClassName
{
border-color: #9C852F;
}
.TagClassName
{
border-color: #9C852F;
}
</style>