Shades of Lemon Ginger #948426
Tints of Lemon Ginger #948426
RGB
CMYK
RGB Variations
Color information
#948426 (or 0x948426) is known color: Lemon Ginger. HEX triplet: 94, 84 and 26. RGB value is (148,132,38). Sum of RGB (Red+Green+Blue) = 148+132+38=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #948426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948426 is #6B7BD9. Grayscale: #7E7E7E. Windows color (decimal): -7044058 or 2524308. OLE color: 2524308.
HSL color Cylindrical-coordinate representation of color #948426: hue angle of 51.27º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #948426 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 132 | 38 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.42 |
| HSL | 51.27º | 0.59% | 0.36% | - |
| HSV(B) | 51.27º | 0.74% | 0.58% | - |
| XYZ | 20.81 | 22.94 | 5.16 | - |
| YUV | 126.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 38 | 0 | 0.11 | 0.74 | 0.42 | 51.27 | 0.59 | 0.36 |
| Hex | 94 | 84 | 26 | 0 | B | 4A | 2A | 33 | 3B | 24 |
| Octal | 224 | 204 | 46 | 0 | 13 | 112 | 52 | 63 | 73 | 44 |
| Binary | 10010100 | 10000100 | 100110 | 0 | 1011 | 1001010 | 101010 | 110011 | 111011 | 100100 |
Color Harmonies of #948426
Complementary color
Monochromatic Colors of #948426
Black with #948426
Text Example
Text Example
White with #948426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948426; }
p { color: rgb(148,132,38); }
H1.HeaderClassName
{
color: #948426;
}
.AnyTagClassName
{
color: #948426;
}
</style>
background-color css
<style>
a { background-color: #948426; }
a { background-color: rgb(148,132,38); }
div.DivClassName
{
background-color: #948426;
}
.BgClassName
{
background-color: #948426;
}
</style>
border-color css
<style>
span { border-color: #948426; }
span { border-color: rgb(148,132,38); }
td.TdClassName
{
border-color: #948426;
}
.TagClassName
{
border-color: #948426;
}
</style>