Shades of Lemon Ginger #917D23
Tints of Lemon Ginger #917D23
RGB
CMYK
RGB Variations
Color information
#917D23 (or 0x917D23) is known color: Lemon Ginger. HEX triplet: 91, 7D and 23. RGB value is (145,125,35). Sum of RGB (Red+Green+Blue) = 145+125+35=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #917D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D23 is #6E82DC. Grayscale: #797979. Windows color (decimal): -7242461 or 2325905. OLE color: 2325905.
HSL color Cylindrical-coordinate representation of color #917D23: hue angle of 49.09º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #917D23 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 35 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.43 |
| HSL | 49.09º | 0.61% | 0.35% | - |
| HSV(B) | 49.09º | 0.76% | 0.57% | - |
| XYZ | 19.31 | 20.81 | 4.59 | - |
| YUV | 120.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 35 | 0 | 0.14 | 0.76 | 0.43 | 49.09 | 0.61 | 0.35 |
| Hex | 91 | 7D | 23 | 0 | E | 4C | 2B | 31 | 3D | 23 |
| Octal | 221 | 175 | 43 | 0 | 16 | 114 | 53 | 61 | 75 | 43 |
| Binary | 10010001 | 1111101 | 100011 | 0 | 1110 | 1001100 | 101011 | 110001 | 111101 | 100011 |
Color Harmonies of #917D23
Complementary color
Monochromatic Colors of #917D23
Black with #917D23
Text Example
Text Example
White with #917D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D23; }
p { color: rgb(145,125,35); }
H1.HeaderClassName
{
color: #917D23;
}
.AnyTagClassName
{
color: #917D23;
}
</style>
background-color css
<style>
a { background-color: #917D23; }
a { background-color: rgb(145,125,35); }
div.DivClassName
{
background-color: #917D23;
}
.BgClassName
{
background-color: #917D23;
}
</style>
border-color css
<style>
span { border-color: #917D23; }
span { border-color: rgb(145,125,35); }
td.TdClassName
{
border-color: #917D23;
}
.TagClassName
{
border-color: #917D23;
}
</style>