Shades of Lemon Ginger #9C902C
Tints of Lemon Ginger #9C902C
RGB
CMYK
RGB Variations
Color information
#9C902C (or 0x9C902C) is known color: Lemon Ginger. HEX triplet: 9C, 90 and 2C. RGB value is (156,144,44). Sum of RGB (Red+Green+Blue) = 156+144+44=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 156 - color contains mainly: red. Hex color #9C902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C902C is #636FD3. Grayscale: #888888. Windows color (decimal): -6516692 or 2920604. OLE color: 2920604.
HSL color Cylindrical-coordinate representation of color #9C902C: hue angle of 53.57º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C902C is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 44 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.39 |
| HSL | 53.57º | 0.56% | 0.39% | - |
| HSV(B) | 53.57º | 0.72% | 0.61% | - |
| XYZ | 24.14 | 27.2 | 6.36 | - |
| YUV | 136.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 44 | 0 | 0.08 | 0.72 | 0.39 | 53.57 | 0.56 | 0.39 |
| Hex | 9C | 90 | 2C | 0 | 8 | 48 | 27 | 36 | 38 | 27 |
| Octal | 234 | 220 | 54 | 0 | 10 | 110 | 47 | 66 | 70 | 47 |
| Binary | 10011100 | 10010000 | 101100 | 0 | 1000 | 1001000 | 100111 | 110110 | 111000 | 100111 |
Color Harmonies of #9C902C
Complementary color
Monochromatic Colors of #9C902C
Black with #9C902C
Text Example
Text Example
White with #9C902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C902C; }
p { color: rgb(156,144,44); }
H1.HeaderClassName
{
color: #9C902C;
}
.AnyTagClassName
{
color: #9C902C;
}
</style>
background-color css
<style>
a { background-color: #9C902C; }
a { background-color: rgb(156,144,44); }
div.DivClassName
{
background-color: #9C902C;
}
.BgClassName
{
background-color: #9C902C;
}
</style>
border-color css
<style>
span { border-color: #9C902C; }
span { border-color: rgb(156,144,44); }
td.TdClassName
{
border-color: #9C902C;
}
.TagClassName
{
border-color: #9C902C;
}
</style>