Shades of Lemon Ginger #948134
Tints of Lemon Ginger #948134
RGB
CMYK
RGB Variations
Color information
#948134 (or 0x948134) is known color: Lemon Ginger. HEX triplet: 94, 81 and 34. RGB value is (148,129,52). Sum of RGB (Red+Green+Blue) = 148+129+52=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #948134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948134 is #6B7ECB. Grayscale: #7E7E7E. Windows color (decimal): -7044812 or 3441044. OLE color: 3441044.
HSL color Cylindrical-coordinate representation of color #948134: hue angle of 48.12º 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 #948134 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 129 | 52 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.42 |
| HSL | 48.13º | 0.48% | 0.39% | - |
| HSV(B) | 48.13º | 0.65% | 0.58% | - |
| XYZ | 20.68 | 22.24 | 6.45 | - |
| YUV | 125.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 52 | 0 | 0.13 | 0.65 | 0.42 | 48.13 | 0.48 | 0.39 |
| Hex | 94 | 81 | 34 | 0 | D | 41 | 2A | 30 | 30 | 27 |
| Octal | 224 | 201 | 64 | 0 | 15 | 101 | 52 | 60 | 60 | 47 |
| Binary | 10010100 | 10000001 | 110100 | 0 | 1101 | 1000001 | 101010 | 110000 | 110000 | 100111 |
Color Harmonies of #948134
Complementary color
Monochromatic Colors of #948134
Black with #948134
Text Example
Text Example
White with #948134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948134; }
p { color: rgb(148,129,52); }
H1.HeaderClassName
{
color: #948134;
}
.AnyTagClassName
{
color: #948134;
}
</style>
background-color css
<style>
a { background-color: #948134; }
a { background-color: rgb(148,129,52); }
div.DivClassName
{
background-color: #948134;
}
.BgClassName
{
background-color: #948134;
}
</style>
border-color css
<style>
span { border-color: #948134; }
span { border-color: rgb(148,129,52); }
td.TdClassName
{
border-color: #948134;
}
.TagClassName
{
border-color: #948134;
}
</style>