Shades of Lemon Ginger #948521
Tints of Lemon Ginger #948521
RGB
CMYK
RGB Variations
Color information
#948521 (or 0x948521) is known color: Lemon Ginger. HEX triplet: 94, 85 and 21. RGB value is (148,133,33). Sum of RGB (Red+Green+Blue) = 148+133+33=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #948521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948521 is #6B7ADE. Grayscale: #7E7E7E. Windows color (decimal): -7043807 or 2196884. OLE color: 2196884.
HSL color Cylindrical-coordinate representation of color #948521: hue angle of 52.17º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #948521 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 133 | 33 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.42 |
| HSL | 52.17º | 0.64% | 0.35% | - |
| HSV(B) | 52.17º | 0.78% | 0.58% | - |
| XYZ | 20.87 | 23.18 | 4.81 | - |
| YUV | 126.09 | 75.47 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 33 | 0 | 0.10 | 0.78 | 0.42 | 52.17 | 0.64 | 0.35 |
| Hex | 94 | 85 | 21 | 0 | A | 4E | 2A | 34 | 40 | 23 |
| Octal | 224 | 205 | 41 | 0 | 12 | 116 | 52 | 64 | 100 | 43 |
| Binary | 10010100 | 10000101 | 100001 | 0 | 1010 | 1001110 | 101010 | 110100 | 1000000 | 100011 |
Color Harmonies of #948521
Complementary color
Monochromatic Colors of #948521
Black with #948521
Text Example
Text Example
White with #948521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948521; }
p { color: rgb(148,133,33); }
H1.HeaderClassName
{
color: #948521;
}
.AnyTagClassName
{
color: #948521;
}
</style>
background-color css
<style>
a { background-color: #948521; }
a { background-color: rgb(148,133,33); }
div.DivClassName
{
background-color: #948521;
}
.BgClassName
{
background-color: #948521;
}
</style>
border-color css
<style>
span { border-color: #948521; }
span { border-color: rgb(148,133,33); }
td.TdClassName
{
border-color: #948521;
}
.TagClassName
{
border-color: #948521;
}
</style>