Shades of Lemon Ginger #917C30
Tints of Lemon Ginger #917C30
RGB
CMYK
RGB Variations
Color information
#917C30 (or 0x917C30) is known color: Lemon Ginger. HEX triplet: 91, 7C and 30. RGB value is (145,124,48). Sum of RGB (Red+Green+Blue) = 145+124+48=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #917C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C30 is #6E83CF. Grayscale: #797979. Windows color (decimal): -7242704 or 3177617. OLE color: 3177617.
HSL color Cylindrical-coordinate representation of color #917C30: hue angle of 47.01º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #917C30 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 48 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.43 |
| HSL | 47.01º | 0.5% | 0.38% | - |
| HSV(B) | 47.01º | 0.67% | 0.57% | - |
| XYZ | 19.42 | 20.65 | 5.76 | - |
| YUV | 121.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 48 | 0 | 0.14 | 0.67 | 0.43 | 47.01 | 0.5 | 0.38 |
| Hex | 91 | 7C | 30 | 0 | E | 43 | 2B | 2F | 32 | 26 |
| Octal | 221 | 174 | 60 | 0 | 16 | 103 | 53 | 57 | 62 | 46 |
| Binary | 10010001 | 1111100 | 110000 | 0 | 1110 | 1000011 | 101011 | 101111 | 110010 | 100110 |
Color Harmonies of #917C30
Complementary color
Monochromatic Colors of #917C30
Black with #917C30
Text Example
Text Example
White with #917C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C30; }
p { color: rgb(145,124,48); }
H1.HeaderClassName
{
color: #917C30;
}
.AnyTagClassName
{
color: #917C30;
}
</style>
background-color css
<style>
a { background-color: #917C30; }
a { background-color: rgb(145,124,48); }
div.DivClassName
{
background-color: #917C30;
}
.BgClassName
{
background-color: #917C30;
}
</style>
border-color css
<style>
span { border-color: #917C30; }
span { border-color: rgb(145,124,48); }
td.TdClassName
{
border-color: #917C30;
}
.TagClassName
{
border-color: #917C30;
}
</style>