Shades of Lemon Ginger #948434
Tints of Lemon Ginger #948434
RGB
CMYK
RGB Variations
Color information
#948434 (or 0x948434) is known color: Lemon Ginger. HEX triplet: 94, 84 and 34. RGB value is (148,132,52). Sum of RGB (Red+Green+Blue) = 148+132+52=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #948434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948434 is #6B7BCB. Grayscale: #808080. Windows color (decimal): -7044044 or 3441812. OLE color: 3441812.
HSL color Cylindrical-coordinate representation of color #948434: hue angle of 50º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #948434 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 132 | 52 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.42 |
| HSL | 50º | 0.48% | 0.39% | - |
| HSV(B) | 50º | 0.65% | 0.58% | - |
| XYZ | 21.08 | 23.05 | 6.59 | - |
| YUV | 127.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 52 | 0 | 0.11 | 0.65 | 0.42 | 50 | 0.48 | 0.39 |
| Hex | 94 | 84 | 34 | 0 | B | 41 | 2A | 32 | 30 | 27 |
| Octal | 224 | 204 | 64 | 0 | 13 | 101 | 52 | 62 | 60 | 47 |
| Binary | 10010100 | 10000100 | 110100 | 0 | 1011 | 1000001 | 101010 | 110010 | 110000 | 100111 |
Color Harmonies of #948434
Complementary color
Monochromatic Colors of #948434
Black with #948434
Text Example
Text Example
White with #948434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948434; }
p { color: rgb(148,132,52); }
H1.HeaderClassName
{
color: #948434;
}
.AnyTagClassName
{
color: #948434;
}
</style>
background-color css
<style>
a { background-color: #948434; }
a { background-color: rgb(148,132,52); }
div.DivClassName
{
background-color: #948434;
}
.BgClassName
{
background-color: #948434;
}
</style>
border-color css
<style>
span { border-color: #948434; }
span { border-color: rgb(148,132,52); }
td.TdClassName
{
border-color: #948434;
}
.TagClassName
{
border-color: #948434;
}
</style>