Shades of Lemon Ginger #947E23
Tints of Lemon Ginger #947E23
RGB
CMYK
RGB Variations
Color information
#947E23 (or 0x947E23) is known color: Lemon Ginger. HEX triplet: 94, 7E and 23. RGB value is (148,126,35). Sum of RGB (Red+Green+Blue) = 148+126+35=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #947E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E23 is #6B81DC. Grayscale: #7A7A7A. Windows color (decimal): -7045597 or 2326164. OLE color: 2326164.
HSL color Cylindrical-coordinate representation of color #947E23: hue angle of 48.32º degrees, saturation: 0.62, 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 #947E23 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 126 | 35 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.42 |
| HSL | 48.32º | 0.62% | 0.36% | - |
| HSV(B) | 48.32º | 0.76% | 0.58% | - |
| XYZ | 19.98 | 21.34 | 4.66 | - |
| YUV | 122.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 35 | 0 | 0.15 | 0.76 | 0.42 | 48.32 | 0.62 | 0.36 |
| Hex | 94 | 7E | 23 | 0 | F | 4C | 2A | 30 | 3E | 24 |
| Octal | 224 | 176 | 43 | 0 | 17 | 114 | 52 | 60 | 76 | 44 |
| Binary | 10010100 | 1111110 | 100011 | 0 | 1111 | 1001100 | 101010 | 110000 | 111110 | 100100 |
Color Harmonies of #947E23
Complementary color
Monochromatic Colors of #947E23
Black with #947E23
Text Example
Text Example
White with #947E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947E23; }
p { color: rgb(148,126,35); }
H1.HeaderClassName
{
color: #947E23;
}
.AnyTagClassName
{
color: #947E23;
}
</style>
background-color css
<style>
a { background-color: #947E23; }
a { background-color: rgb(148,126,35); }
div.DivClassName
{
background-color: #947E23;
}
.BgClassName
{
background-color: #947E23;
}
</style>
border-color css
<style>
span { border-color: #947E23; }
span { border-color: rgb(148,126,35); }
td.TdClassName
{
border-color: #947E23;
}
.TagClassName
{
border-color: #947E23;
}
</style>