Shades of Lemon Ginger #948038
Tints of Lemon Ginger #948038
RGB
CMYK
RGB Variations
Color information
#948038 (or 0x948038) is known color: Lemon Ginger. HEX triplet: 94, 80 and 38. RGB value is (148,128,56). Sum of RGB (Red+Green+Blue) = 148+128+56=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #948038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948038 is #6B7FC7. Grayscale: #7E7E7E. Windows color (decimal): -7045064 or 3702932. OLE color: 3702932.
HSL color Cylindrical-coordinate representation of color #948038: hue angle of 46.96º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #948038 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 56 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.42 |
| HSL | 46.96º | 0.45% | 0.4% | - |
| HSV(B) | 46.96º | 0.62% | 0.58% | - |
| XYZ | 20.65 | 22.02 | 6.9 | - |
| YUV | 125.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 56 | 0 | 0.14 | 0.62 | 0.42 | 46.96 | 0.45 | 0.4 |
| Hex | 94 | 80 | 38 | 0 | E | 3E | 2A | 2F | 2D | 28 |
| Octal | 224 | 200 | 70 | 0 | 16 | 76 | 52 | 57 | 55 | 50 |
| Binary | 10010100 | 10000000 | 111000 | 0 | 1110 | 111110 | 101010 | 101111 | 101101 | 101000 |
Color Harmonies of #948038
Complementary color
Monochromatic Colors of #948038
Black with #948038
Text Example
Text Example
White with #948038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948038; }
p { color: rgb(148,128,56); }
H1.HeaderClassName
{
color: #948038;
}
.AnyTagClassName
{
color: #948038;
}
</style>
background-color css
<style>
a { background-color: #948038; }
a { background-color: rgb(148,128,56); }
div.DivClassName
{
background-color: #948038;
}
.BgClassName
{
background-color: #948038;
}
</style>
border-color css
<style>
span { border-color: #948038; }
span { border-color: rgb(148,128,56); }
td.TdClassName
{
border-color: #948038;
}
.TagClassName
{
border-color: #948038;
}
</style>