Shades of Lemon Ginger #948A2F
Tints of Lemon Ginger #948A2F
RGB
CMYK
RGB Variations
Color information
#948A2F (or 0x948A2F) is known color: Lemon Ginger. HEX triplet: 94, 8A and 2F. RGB value is (148,138,47). Sum of RGB (Red+Green+Blue) = 148+138+47=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #948A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A2F is #6B75D0. Grayscale: #828282. Windows color (decimal): -7042513 or 3115668. OLE color: 3115668.
HSL color Cylindrical-coordinate representation of color #948A2F: hue angle of 54.06º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #948A2F is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 138 | 47 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.42 |
| HSL | 54.06º | 0.52% | 0.38% | - |
| HSV(B) | 54.06º | 0.68% | 0.58% | - |
| XYZ | 21.81 | 24.68 | 6.3 | - |
| YUV | 130.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 47 | 0 | 0.07 | 0.68 | 0.42 | 54.06 | 0.52 | 0.38 |
| Hex | 94 | 8A | 2F | 0 | 7 | 44 | 2A | 36 | 34 | 26 |
| Octal | 224 | 212 | 57 | 0 | 7 | 104 | 52 | 66 | 64 | 46 |
| Binary | 10010100 | 10001010 | 101111 | 0 | 111 | 1000100 | 101010 | 110110 | 110100 | 100110 |
Color Harmonies of #948A2F
Complementary color
Monochromatic Colors of #948A2F
Black with #948A2F
Text Example
Text Example
White with #948A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948A2F; }
p { color: rgb(148,138,47); }
H1.HeaderClassName
{
color: #948A2F;
}
.AnyTagClassName
{
color: #948A2F;
}
</style>
background-color css
<style>
a { background-color: #948A2F; }
a { background-color: rgb(148,138,47); }
div.DivClassName
{
background-color: #948A2F;
}
.BgClassName
{
background-color: #948A2F;
}
</style>
border-color css
<style>
span { border-color: #948A2F; }
span { border-color: rgb(148,138,47); }
td.TdClassName
{
border-color: #948A2F;
}
.TagClassName
{
border-color: #948A2F;
}
</style>