Shades of Lemon Ginger #948B2D
Tints of Lemon Ginger #948B2D
RGB
CMYK
RGB Variations
Color information
#948B2D (or 0x948B2D) is known color: Lemon Ginger. HEX triplet: 94, 8B and 2D. RGB value is (148,139,45). Sum of RGB (Red+Green+Blue) = 148+139+45=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #948B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948B2D is #6B74D2. Grayscale: #838383. Windows color (decimal): -7042259 or 2984852. OLE color: 2984852.
HSL color Cylindrical-coordinate representation of color #948B2D: hue angle of 54.76º 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 #948B2D is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 45 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.42 |
| HSL | 54.76º | 0.53% | 0.38% | - |
| HSV(B) | 54.76º | 0.7% | 0.58% | - |
| XYZ | 21.92 | 24.95 | 6.14 | - |
| YUV | 130.98 | 79.48 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 45 | 0 | 0.06 | 0.70 | 0.42 | 54.76 | 0.53 | 0.38 |
| Hex | 94 | 8B | 2D | 0 | 6 | 46 | 2A | 37 | 35 | 26 |
| Octal | 224 | 213 | 55 | 0 | 6 | 106 | 52 | 67 | 65 | 46 |
| Binary | 10010100 | 10001011 | 101101 | 0 | 110 | 1000110 | 101010 | 110111 | 110101 | 100110 |
Color Harmonies of #948B2D
Complementary color
Monochromatic Colors of #948B2D
Black with #948B2D
Text Example
Text Example
White with #948B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B2D; }
p { color: rgb(148,139,45); }
H1.HeaderClassName
{
color: #948B2D;
}
.AnyTagClassName
{
color: #948B2D;
}
</style>
background-color css
<style>
a { background-color: #948B2D; }
a { background-color: rgb(148,139,45); }
div.DivClassName
{
background-color: #948B2D;
}
.BgClassName
{
background-color: #948B2D;
}
</style>
border-color css
<style>
span { border-color: #948B2D; }
span { border-color: rgb(148,139,45); }
td.TdClassName
{
border-color: #948B2D;
}
.TagClassName
{
border-color: #948B2D;
}
</style>