Shades of Lemon Ginger #948C1D
Tints of Lemon Ginger #948C1D
RGB
CMYK
RGB Variations
Color information
#948C1D (or 0x948C1D) is known color: Lemon Ginger. HEX triplet: 94, 8C and 1D. RGB value is (148,140,29). Sum of RGB (Red+Green+Blue) = 148+140+29=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #948C1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C1D is #6B73E2. Grayscale: #828282. Windows color (decimal): -7042019 or 1936532. OLE color: 1936532.
HSL color Cylindrical-coordinate representation of color #948C1D: hue angle of 55.97º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #948C1D is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 29 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.42 |
| HSL | 55.97º | 0.67% | 0.35% | - |
| HSV(B) | 55.97º | 0.8% | 0.58% | - |
| XYZ | 21.81 | 25.14 | 4.87 | - |
| YUV | 129.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 29 | 0 | 0.05 | 0.80 | 0.42 | 55.97 | 0.67 | 0.35 |
| Hex | 94 | 8C | 1D | 0 | 5 | 50 | 2A | 38 | 43 | 23 |
| Octal | 224 | 214 | 35 | 0 | 5 | 120 | 52 | 70 | 103 | 43 |
| Binary | 10010100 | 10001100 | 11101 | 0 | 101 | 1010000 | 101010 | 111000 | 1000011 | 100011 |
Color Harmonies of #948C1D
Complementary color
Monochromatic Colors of #948C1D
Black with #948C1D
Text Example
Text Example
White with #948C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C1D; }
p { color: rgb(148,140,29); }
H1.HeaderClassName
{
color: #948C1D;
}
.AnyTagClassName
{
color: #948C1D;
}
</style>
background-color css
<style>
a { background-color: #948C1D; }
a { background-color: rgb(148,140,29); }
div.DivClassName
{
background-color: #948C1D;
}
.BgClassName
{
background-color: #948C1D;
}
</style>
border-color css
<style>
span { border-color: #948C1D; }
span { border-color: rgb(148,140,29); }
td.TdClassName
{
border-color: #948C1D;
}
.TagClassName
{
border-color: #948C1D;
}
</style>