Shades of Lemon Ginger #947F2B
Tints of Lemon Ginger #947F2B
RGB
CMYK
RGB Variations
Color information
#947F2B (or 0x947F2B) is known color: Lemon Ginger. HEX triplet: 94, 7F and 2B. RGB value is (148,127,43). Sum of RGB (Red+Green+Blue) = 148+127+43=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #947F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947F2B is #6B80D4. Grayscale: #7C7C7C. Windows color (decimal): -7045333 or 2850708. OLE color: 2850708.
HSL color Cylindrical-coordinate representation of color #947F2B: hue angle of 48º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #947F2B is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 43 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.42 |
| HSL | 48º | 0.55% | 0.37% | - |
| HSV(B) | 48º | 0.71% | 0.58% | - |
| XYZ | 20.24 | 21.65 | 5.4 | - |
| YUV | 123.7 | 82.46 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 43 | 0 | 0.14 | 0.71 | 0.42 | 48 | 0.55 | 0.37 |
| Hex | 94 | 7F | 2B | 0 | E | 47 | 2A | 30 | 37 | 25 |
| Octal | 224 | 177 | 53 | 0 | 16 | 107 | 52 | 60 | 67 | 45 |
| Binary | 10010100 | 1111111 | 101011 | 0 | 1110 | 1000111 | 101010 | 110000 | 110111 | 100101 |
Color Harmonies of #947F2B
Complementary color
Monochromatic Colors of #947F2B
Black with #947F2B
Text Example
Text Example
White with #947F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F2B; }
p { color: rgb(148,127,43); }
H1.HeaderClassName
{
color: #947F2B;
}
.AnyTagClassName
{
color: #947F2B;
}
</style>
background-color css
<style>
a { background-color: #947F2B; }
a { background-color: rgb(148,127,43); }
div.DivClassName
{
background-color: #947F2B;
}
.BgClassName
{
background-color: #947F2B;
}
</style>
border-color css
<style>
span { border-color: #947F2B; }
span { border-color: rgb(148,127,43); }
td.TdClassName
{
border-color: #947F2B;
}
.TagClassName
{
border-color: #947F2B;
}
</style>