Shades of Lemon Ginger #9D922B
Tints of Lemon Ginger #9D922B
RGB
CMYK
RGB Variations
Color information
#9D922B (or 0x9D922B) is known color: Lemon Ginger. HEX triplet: 9D, 92 and 2B. RGB value is (157,146,43). Sum of RGB (Red+Green+Blue) = 157+146+43=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 157 - color contains mainly: red. Hex color #9D922B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D922B is #626DD4. Grayscale: #898989. Windows color (decimal): -6450645 or 2855581. OLE color: 2855581.
HSL color Cylindrical-coordinate representation of color #9D922B: hue angle of 54.21º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D922B is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 43 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.38 |
| HSL | 54.21º | 0.57% | 0.39% | - |
| HSV(B) | 54.21º | 0.73% | 0.62% | - |
| XYZ | 24.62 | 27.9 | 6.37 | - |
| YUV | 137.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 43 | 0 | 0.07 | 0.73 | 0.38 | 54.21 | 0.57 | 0.39 |
| Hex | 9D | 92 | 2B | 0 | 7 | 49 | 26 | 36 | 39 | 27 |
| Octal | 235 | 222 | 53 | 0 | 7 | 111 | 46 | 66 | 71 | 47 |
| Binary | 10011101 | 10010010 | 101011 | 0 | 111 | 1001001 | 100110 | 110110 | 111001 | 100111 |
Color Harmonies of #9D922B
Complementary color
Monochromatic Colors of #9D922B
Black with #9D922B
Text Example
Text Example
White with #9D922B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D922B; }
p { color: rgb(157,146,43); }
H1.HeaderClassName
{
color: #9D922B;
}
.AnyTagClassName
{
color: #9D922B;
}
</style>
background-color css
<style>
a { background-color: #9D922B; }
a { background-color: rgb(157,146,43); }
div.DivClassName
{
background-color: #9D922B;
}
.BgClassName
{
background-color: #9D922B;
}
</style>
border-color css
<style>
span { border-color: #9D922B; }
span { border-color: rgb(157,146,43); }
td.TdClassName
{
border-color: #9D922B;
}
.TagClassName
{
border-color: #9D922B;
}
</style>