Shades of Lemon Ginger #948516
Tints of Lemon Ginger #948516
RGB
CMYK
RGB Variations
Color information
#948516 (or 0x948516) is known color: Lemon Ginger. HEX triplet: 94, 85 and 16. RGB value is (148,133,22). Sum of RGB (Red+Green+Blue) = 148+133+22=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #948516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948516 is #6B7AE9. Grayscale: #7D7D7D. Windows color (decimal): -7043818 or 1475988. OLE color: 1475988.
HSL color Cylindrical-coordinate representation of color #948516: hue angle of 52.86º 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 #948516 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 133 | 22 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.42 |
| HSL | 52.86º | 0.74% | 0.33% | - |
| HSV(B) | 52.86º | 0.85% | 0.58% | - |
| XYZ | 20.75 | 23.13 | 4.13 | - |
| YUV | 124.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 22 | 0 | 0.10 | 0.85 | 0.42 | 52.86 | 0.74 | 0.33 |
| Hex | 94 | 85 | 16 | 0 | A | 55 | 2A | 35 | 4A | 21 |
| Octal | 224 | 205 | 26 | 0 | 12 | 125 | 52 | 65 | 112 | 41 |
| Binary | 10010100 | 10000101 | 10110 | 0 | 1010 | 1010101 | 101010 | 110101 | 1001010 | 100001 |
Color Harmonies of #948516
Complementary color
Monochromatic Colors of #948516
Black with #948516
Text Example
Text Example
White with #948516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948516; }
p { color: rgb(148,133,22); }
H1.HeaderClassName
{
color: #948516;
}
.AnyTagClassName
{
color: #948516;
}
</style>
background-color css
<style>
a { background-color: #948516; }
a { background-color: rgb(148,133,22); }
div.DivClassName
{
background-color: #948516;
}
.BgClassName
{
background-color: #948516;
}
</style>
border-color css
<style>
span { border-color: #948516; }
span { border-color: rgb(148,133,22); }
td.TdClassName
{
border-color: #948516;
}
.TagClassName
{
border-color: #948516;
}
</style>