Shades of Lemon Ginger #948416
Tints of Lemon Ginger #948416
RGB
CMYK
RGB Variations
Color information
#948416 (or 0x948416) is known color: Lemon Ginger. HEX triplet: 94, 84 and 16. RGB value is (148,132,22). Sum of RGB (Red+Green+Blue) = 148+132+22=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #948416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948416 is #6B7BE9. Grayscale: #7C7C7C. Windows color (decimal): -7044074 or 1475732. OLE color: 1475732.
HSL color Cylindrical-coordinate representation of color #948416: hue angle of 52.38º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #948416 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 132 | 22 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.42 |
| HSL | 52.38º | 0.74% | 0.33% | - |
| HSV(B) | 52.38º | 0.85% | 0.58% | - |
| XYZ | 20.61 | 22.86 | 4.08 | - |
| YUV | 124.24 | 70.3 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 22 | 0 | 0.11 | 0.85 | 0.42 | 52.38 | 0.74 | 0.33 |
| Hex | 94 | 84 | 16 | 0 | B | 55 | 2A | 34 | 4A | 21 |
| Octal | 224 | 204 | 26 | 0 | 13 | 125 | 52 | 64 | 112 | 41 |
| Binary | 10010100 | 10000100 | 10110 | 0 | 1011 | 1010101 | 101010 | 110100 | 1001010 | 100001 |
Color Harmonies of #948416
Complementary color
Monochromatic Colors of #948416
Black with #948416
Text Example
Text Example
White with #948416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948416; }
p { color: rgb(148,132,22); }
H1.HeaderClassName
{
color: #948416;
}
.AnyTagClassName
{
color: #948416;
}
</style>
background-color css
<style>
a { background-color: #948416; }
a { background-color: rgb(148,132,22); }
div.DivClassName
{
background-color: #948416;
}
.BgClassName
{
background-color: #948416;
}
</style>
border-color css
<style>
span { border-color: #948416; }
span { border-color: rgb(148,132,22); }
td.TdClassName
{
border-color: #948416;
}
.TagClassName
{
border-color: #948416;
}
</style>