Shades of Lemon Ginger #9D922C
Tints of Lemon Ginger #9D922C
RGB
CMYK
RGB Variations
Color information
#9D922C (or 0x9D922C) is known color: Lemon Ginger. HEX triplet: 9D, 92 and 2C. RGB value is (157,146,44). Sum of RGB (Red+Green+Blue) = 157+146+44=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D922C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D922C is #626DD3. Grayscale: #8A8A8A. Windows color (decimal): -6450644 or 2921117. OLE color: 2921117.
HSL color Cylindrical-coordinate representation of color #9D922C: hue angle of 54.16º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D922C is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 44 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.38 |
| HSL | 54.16º | 0.56% | 0.39% | - |
| HSV(B) | 54.16º | 0.72% | 0.62% | - |
| XYZ | 24.64 | 27.91 | 6.47 | - |
| YUV | 137.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 44 | 0 | 0.07 | 0.72 | 0.38 | 54.16 | 0.56 | 0.39 |
| Hex | 9D | 92 | 2C | 0 | 7 | 48 | 26 | 36 | 38 | 27 |
| Octal | 235 | 222 | 54 | 0 | 7 | 110 | 46 | 66 | 70 | 47 |
| Binary | 10011101 | 10010010 | 101100 | 0 | 111 | 1001000 | 100110 | 110110 | 111000 | 100111 |
Color Harmonies of #9D922C
Complementary color
Monochromatic Colors of #9D922C
Black with #9D922C
Text Example
Text Example
White with #9D922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D922C; }
p { color: rgb(157,146,44); }
H1.HeaderClassName
{
color: #9D922C;
}
.AnyTagClassName
{
color: #9D922C;
}
</style>
background-color css
<style>
a { background-color: #9D922C; }
a { background-color: rgb(157,146,44); }
div.DivClassName
{
background-color: #9D922C;
}
.BgClassName
{
background-color: #9D922C;
}
</style>
border-color css
<style>
span { border-color: #9D922C; }
span { border-color: rgb(157,146,44); }
td.TdClassName
{
border-color: #9D922C;
}
.TagClassName
{
border-color: #9D922C;
}
</style>