#948029

Color #948029 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #948029

Tints of Lemon Ginger #948029

Color information

#948029 (or 0x948029) is unknown color: approx Lemon Ginger. HEX triplet: 94, 80 and 29. RGB value is (148,128,41). Sum of RGB (Red+Green+Blue) = 148+128+41=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #948029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948029 is #6B7FD6. Grayscale: #7C7C7C. Windows color (decimal): -7045079 or 2719892. OLE color: 2719892.

HSL color Cylindrical-coordinate representation of color #948029: hue angle of 48.79º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #948029 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14812841-
CMYK00.140.720.42
HSL48.79º56.61%37.06%-
HSV(B)48.79º72.3%58.04%-
XYZ20.3321.895.25-
YUV124.0681.13145.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 41 (16.41% from 255) = 12.93%
R=46.69%
G=40.38%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481284100.140.720.4248.7956.6137.06
Hex9480290E482A313925
Octal2242005101611052617145
Binary1001010010000000101001011101001000101010110001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948029; }

 p { color: rgb(148,128,41); }

 H1.HeaderClassName
 {
   color: #948029;
 }
 .AnyTagClassName
 {
   color: #948029;
 }
</style>
background-color css

<style>
 a { background-color: #948029; }

 a { background-color: rgb(148,128,41); }

 div.DivClassName
 {
   background-color: #948029;
 }
 .BgClassName
 {
   background-color: #948029;
 }
</style>
border-color css

<style>
 span { border-color: #948029; }

 span { border-color: rgb(148,128,41); }

 td.TdClassName
 {
   border-color: #948029;
 }
 .TagClassName
 {
   border-color: #948029;
 }
</style>