Shades of Lemon Ginger #948E21
Tints of Lemon Ginger #948E21
RGB
CMYK
RGB Variations
Color information
#948E21 (or 0x948E21) is known color: Lemon Ginger. HEX triplet: 94, 8E and 21. RGB value is (148,142,33). Sum of RGB (Red+Green+Blue) = 148+142+33=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #948E21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948E21 is #6B71DE. Grayscale: #838383. Windows color (decimal): -7041503 or 2199188. OLE color: 2199188.
HSL color Cylindrical-coordinate representation of color #948E21: hue angle of 56.87º 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 #948E21 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 142 | 33 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.42 |
| HSL | 56.87º | 0.64% | 0.35% | - |
| HSV(B) | 56.87º | 0.78% | 0.58% | - |
| XYZ | 22.16 | 25.75 | 5.24 | - |
| YUV | 131.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 33 | 0 | 0.04 | 0.78 | 0.42 | 56.87 | 0.64 | 0.35 |
| Hex | 94 | 8E | 21 | 0 | 4 | 4E | 2A | 39 | 40 | 23 |
| Octal | 224 | 216 | 41 | 0 | 4 | 116 | 52 | 71 | 100 | 43 |
| Binary | 10010100 | 10001110 | 100001 | 0 | 100 | 1001110 | 101010 | 111001 | 1000000 | 100011 |
Color Harmonies of #948E21
Complementary color
Monochromatic Colors of #948E21
Black with #948E21
Text Example
Text Example
White with #948E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948E21; }
p { color: rgb(148,142,33); }
H1.HeaderClassName
{
color: #948E21;
}
.AnyTagClassName
{
color: #948E21;
}
</style>
background-color css
<style>
a { background-color: #948E21; }
a { background-color: rgb(148,142,33); }
div.DivClassName
{
background-color: #948E21;
}
.BgClassName
{
background-color: #948E21;
}
</style>
border-color css
<style>
span { border-color: #948E21; }
span { border-color: rgb(148,142,33); }
td.TdClassName
{
border-color: #948E21;
}
.TagClassName
{
border-color: #948E21;
}
</style>