Shades of Lemon Ginger #947C23
Tints of Lemon Ginger #947C23
RGB
CMYK
RGB Variations
Color information
#947C23 (or 0x947C23) is known color: Lemon Ginger. HEX triplet: 94, 7C and 23. RGB value is (148,124,35). Sum of RGB (Red+Green+Blue) = 148+124+35=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #947C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C23 is #6B83DC. Grayscale: #797979. Windows color (decimal): -7046109 or 2325652. OLE color: 2325652.
HSL color Cylindrical-coordinate representation of color #947C23: hue angle of 47.26º 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 #947C23 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 35 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.42 |
| HSL | 47.26º | 0.62% | 0.36% | - |
| HSV(B) | 47.26º | 0.76% | 0.58% | - |
| XYZ | 19.72 | 20.83 | 4.57 | - |
| YUV | 121.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 35 | 0 | 0.16 | 0.76 | 0.42 | 47.26 | 0.62 | 0.36 |
| Hex | 94 | 7C | 23 | 0 | 10 | 4C | 2A | 2F | 3E | 24 |
| Octal | 224 | 174 | 43 | 0 | 20 | 114 | 52 | 57 | 76 | 44 |
| Binary | 10010100 | 1111100 | 100011 | 0 | 10000 | 1001100 | 101010 | 101111 | 111110 | 100100 |
Color Harmonies of #947C23
Complementary color
Monochromatic Colors of #947C23
Black with #947C23
Text Example
Text Example
White with #947C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C23; }
p { color: rgb(148,124,35); }
H1.HeaderClassName
{
color: #947C23;
}
.AnyTagClassName
{
color: #947C23;
}
</style>
background-color css
<style>
a { background-color: #947C23; }
a { background-color: rgb(148,124,35); }
div.DivClassName
{
background-color: #947C23;
}
.BgClassName
{
background-color: #947C23;
}
</style>
border-color css
<style>
span { border-color: #947C23; }
span { border-color: rgb(148,124,35); }
td.TdClassName
{
border-color: #947C23;
}
.TagClassName
{
border-color: #947C23;
}
</style>