Shades of Lemon Ginger #917C23
Tints of Lemon Ginger #917C23
RGB
CMYK
RGB Variations
Color information
#917C23 (or 0x917C23) is known color: Lemon Ginger. HEX triplet: 91, 7C and 23. RGB value is (145,124,35). Sum of RGB (Red+Green+Blue) = 145+124+35=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #917C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C23 is #6E83DC. Grayscale: #787878. Windows color (decimal): -7242717 or 2325649. OLE color: 2325649.
HSL color Cylindrical-coordinate representation of color #917C23: hue angle of 48.55º 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 #917C23 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 35 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.43 |
| HSL | 48.55º | 0.61% | 0.35% | - |
| HSV(B) | 48.55º | 0.76% | 0.57% | - |
| XYZ | 19.19 | 20.56 | 4.55 | - |
| YUV | 120.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 35 | 0 | 0.14 | 0.76 | 0.43 | 48.55 | 0.61 | 0.35 |
| Hex | 91 | 7C | 23 | 0 | E | 4C | 2B | 31 | 3D | 23 |
| Octal | 221 | 174 | 43 | 0 | 16 | 114 | 53 | 61 | 75 | 43 |
| Binary | 10010001 | 1111100 | 100011 | 0 | 1110 | 1001100 | 101011 | 110001 | 111101 | 100011 |
Color Harmonies of #917C23
Complementary color
Monochromatic Colors of #917C23
Black with #917C23
Text Example
Text Example
White with #917C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C23; }
p { color: rgb(145,124,35); }
H1.HeaderClassName
{
color: #917C23;
}
.AnyTagClassName
{
color: #917C23;
}
</style>
background-color css
<style>
a { background-color: #917C23; }
a { background-color: rgb(145,124,35); }
div.DivClassName
{
background-color: #917C23;
}
.BgClassName
{
background-color: #917C23;
}
</style>
border-color css
<style>
span { border-color: #917C23; }
span { border-color: rgb(145,124,35); }
td.TdClassName
{
border-color: #917C23;
}
.TagClassName
{
border-color: #917C23;
}
</style>