Shades of Lemon Ginger #9D8923
Tints of Lemon Ginger #9D8923
RGB
CMYK
RGB Variations
Color information
#9D8923 (or 0x9D8923) is known color: Lemon Ginger. HEX triplet: 9D, 89 and 23. RGB value is (157,137,35). Sum of RGB (Red+Green+Blue) = 157+137+35=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8923 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8923 is #6276DC. Grayscale: #838383. Windows color (decimal): -6452957 or 2328989. OLE color: 2328989.
HSL color Cylindrical-coordinate representation of color #9D8923: hue angle of 50.16º 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 #9D8923 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 137 | 35 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.38 |
| HSL | 50.16º | 0.64% | 0.38% | - |
| HSV(B) | 50.16º | 0.78% | 0.62% | - |
| XYZ | 23.15 | 25.18 | 5.23 | - |
| YUV | 131.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 35 | 0 | 0.13 | 0.78 | 0.38 | 50.16 | 0.64 | 0.38 |
| Hex | 9D | 89 | 23 | 0 | D | 4E | 26 | 32 | 40 | 26 |
| Octal | 235 | 211 | 43 | 0 | 15 | 116 | 46 | 62 | 100 | 46 |
| Binary | 10011101 | 10001001 | 100011 | 0 | 1101 | 1001110 | 100110 | 110010 | 1000000 | 100110 |
Color Harmonies of #9D8923
Complementary color
Monochromatic Colors of #9D8923
Black with #9D8923
Text Example
Text Example
White with #9D8923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8923; }
p { color: rgb(157,137,35); }
H1.HeaderClassName
{
color: #9D8923;
}
.AnyTagClassName
{
color: #9D8923;
}
</style>
background-color css
<style>
a { background-color: #9D8923; }
a { background-color: rgb(157,137,35); }
div.DivClassName
{
background-color: #9D8923;
}
.BgClassName
{
background-color: #9D8923;
}
</style>
border-color css
<style>
span { border-color: #9D8923; }
span { border-color: rgb(157,137,35); }
td.TdClassName
{
border-color: #9D8923;
}
.TagClassName
{
border-color: #9D8923;
}
</style>