Shades of Lemon Ginger #9D9123
Tints of Lemon Ginger #9D9123
RGB
CMYK
RGB Variations
Color information
#9D9123 (or 0x9D9123) is known color: Lemon Ginger. HEX triplet: 9D, 91 and 23. RGB value is (157,145,35). Sum of RGB (Red+Green+Blue) = 157+145+35=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D9123 is #626EDC. Grayscale: #888888. Windows color (decimal): -6450909 or 2331037. OLE color: 2331037.
HSL color Cylindrical-coordinate representation of color #9D9123: hue angle of 54.1º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D9123 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 35 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.38 |
| HSL | 54.1º | 0.64% | 0.38% | - |
| HSV(B) | 54.1º | 0.78% | 0.62% | - |
| XYZ | 24.33 | 27.54 | 5.62 | - |
| YUV | 136.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 35 | 0 | 0.08 | 0.78 | 0.38 | 54.1 | 0.64 | 0.38 |
| Hex | 9D | 91 | 23 | 0 | 8 | 4E | 26 | 36 | 40 | 26 |
| Octal | 235 | 221 | 43 | 0 | 10 | 116 | 46 | 66 | 100 | 46 |
| Binary | 10011101 | 10010001 | 100011 | 0 | 1000 | 1001110 | 100110 | 110110 | 1000000 | 100110 |
Color Harmonies of #9D9123
Complementary color
Monochromatic Colors of #9D9123
Black with #9D9123
Text Example
Text Example
White with #9D9123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9123; }
p { color: rgb(157,145,35); }
H1.HeaderClassName
{
color: #9D9123;
}
.AnyTagClassName
{
color: #9D9123;
}
</style>
background-color css
<style>
a { background-color: #9D9123; }
a { background-color: rgb(157,145,35); }
div.DivClassName
{
background-color: #9D9123;
}
.BgClassName
{
background-color: #9D9123;
}
</style>
border-color css
<style>
span { border-color: #9D9123; }
span { border-color: rgb(157,145,35); }
td.TdClassName
{
border-color: #9D9123;
}
.TagClassName
{
border-color: #9D9123;
}
</style>