Shades of Lemon Ginger #9D912B
Tints of Lemon Ginger #9D912B
RGB
CMYK
RGB Variations
Color information
#9D912B (or 0x9D912B) is known color: Lemon Ginger. HEX triplet: 9D, 91 and 2B. RGB value is (157,145,43). Sum of RGB (Red+Green+Blue) = 157+145+43=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D912B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D912B is #626ED4. Grayscale: #898989. Windows color (decimal): -6450901 or 2855325. OLE color: 2855325.
HSL color Cylindrical-coordinate representation of color #9D912B: hue angle of 53.68º 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 #9D912B is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 43 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.38 |
| HSL | 53.68º | 0.57% | 0.39% | - |
| HSV(B) | 53.68º | 0.73% | 0.62% | - |
| XYZ | 24.47 | 27.59 | 6.32 | - |
| YUV | 136.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 43 | 0 | 0.08 | 0.73 | 0.38 | 53.68 | 0.57 | 0.39 |
| Hex | 9D | 91 | 2B | 0 | 8 | 49 | 26 | 36 | 39 | 27 |
| Octal | 235 | 221 | 53 | 0 | 10 | 111 | 46 | 66 | 71 | 47 |
| Binary | 10011101 | 10010001 | 101011 | 0 | 1000 | 1001001 | 100110 | 110110 | 111001 | 100111 |
Color Harmonies of #9D912B
Complementary color
Monochromatic Colors of #9D912B
Black with #9D912B
Text Example
Text Example
White with #9D912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D912B; }
p { color: rgb(157,145,43); }
H1.HeaderClassName
{
color: #9D912B;
}
.AnyTagClassName
{
color: #9D912B;
}
</style>
background-color css
<style>
a { background-color: #9D912B; }
a { background-color: rgb(157,145,43); }
div.DivClassName
{
background-color: #9D912B;
}
.BgClassName
{
background-color: #9D912B;
}
</style>
border-color css
<style>
span { border-color: #9D912B; }
span { border-color: rgb(157,145,43); }
td.TdClassName
{
border-color: #9D912B;
}
.TagClassName
{
border-color: #9D912B;
}
</style>