Shades of Lemon Ginger #948C2D
Tints of Lemon Ginger #948C2D
RGB
CMYK
RGB Variations
Color information
#948C2D (or 0x948C2D) is known color: Lemon Ginger. HEX triplet: 94, 8C and 2D. RGB value is (148,140,45). Sum of RGB (Red+Green+Blue) = 148+140+45=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #948C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C2D is #6B73D2. Grayscale: #838383. Windows color (decimal): -7042003 or 2985108. OLE color: 2985108.
HSL color Cylindrical-coordinate representation of color #948C2D: hue angle of 55.34º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #948C2D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 45 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.42 |
| HSL | 55.34º | 0.53% | 0.38% | - |
| HSV(B) | 55.34º | 0.7% | 0.58% | - |
| XYZ | 22.06 | 25.24 | 6.19 | - |
| YUV | 131.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 45 | 0 | 0.05 | 0.70 | 0.42 | 55.34 | 0.53 | 0.38 |
| Hex | 94 | 8C | 2D | 0 | 5 | 46 | 2A | 37 | 35 | 26 |
| Octal | 224 | 214 | 55 | 0 | 5 | 106 | 52 | 67 | 65 | 46 |
| Binary | 10010100 | 10001100 | 101101 | 0 | 101 | 1000110 | 101010 | 110111 | 110101 | 100110 |
Color Harmonies of #948C2D
Complementary color
Monochromatic Colors of #948C2D
Black with #948C2D
Text Example
Text Example
White with #948C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C2D; }
p { color: rgb(148,140,45); }
H1.HeaderClassName
{
color: #948C2D;
}
.AnyTagClassName
{
color: #948C2D;
}
</style>
background-color css
<style>
a { background-color: #948C2D; }
a { background-color: rgb(148,140,45); }
div.DivClassName
{
background-color: #948C2D;
}
.BgClassName
{
background-color: #948C2D;
}
</style>
border-color css
<style>
span { border-color: #948C2D; }
span { border-color: rgb(148,140,45); }
td.TdClassName
{
border-color: #948C2D;
}
.TagClassName
{
border-color: #948C2D;
}
</style>