Shades of Lemon Ginger #947F24
Tints of Lemon Ginger #947F24
RGB
CMYK
RGB Variations
Color information
#947F24 (or 0x947F24) is known color: Lemon Ginger. HEX triplet: 94, 7F and 24. RGB value is (148,127,36). Sum of RGB (Red+Green+Blue) = 148+127+36=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #947F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947F24 is #6B80DB. Grayscale: #7B7B7B. Windows color (decimal): -7045340 or 2391956. OLE color: 2391956.
HSL color Cylindrical-coordinate representation of color #947F24: hue angle of 48.75º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #947F24 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 36 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.42 |
| HSL | 48.75º | 0.61% | 0.36% | - |
| HSV(B) | 48.75º | 0.76% | 0.58% | - |
| XYZ | 20.12 | 21.6 | 4.78 | - |
| YUV | 122.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 36 | 0 | 0.14 | 0.76 | 0.42 | 48.75 | 0.61 | 0.36 |
| Hex | 94 | 7F | 24 | 0 | E | 4C | 2A | 31 | 3D | 24 |
| Octal | 224 | 177 | 44 | 0 | 16 | 114 | 52 | 61 | 75 | 44 |
| Binary | 10010100 | 1111111 | 100100 | 0 | 1110 | 1001100 | 101010 | 110001 | 111101 | 100100 |
Color Harmonies of #947F24
Complementary color
Monochromatic Colors of #947F24
Black with #947F24
Text Example
Text Example
White with #947F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F24; }
p { color: rgb(148,127,36); }
H1.HeaderClassName
{
color: #947F24;
}
.AnyTagClassName
{
color: #947F24;
}
</style>
background-color css
<style>
a { background-color: #947F24; }
a { background-color: rgb(148,127,36); }
div.DivClassName
{
background-color: #947F24;
}
.BgClassName
{
background-color: #947F24;
}
</style>
border-color css
<style>
span { border-color: #947F24; }
span { border-color: rgb(148,127,36); }
td.TdClassName
{
border-color: #947F24;
}
.TagClassName
{
border-color: #947F24;
}
</style>