#938124

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

Shades of Lemon Ginger #938124

Tints of Lemon Ginger #938124

Color information

#938124 (or 0x938124) is unknown color: approx Lemon Ginger. HEX triplet: 93, 81 and 24. RGB value is (147,129,36). Sum of RGB (Red+Green+Blue) = 147+129+36=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #938124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938124 is #6C7EDB. Grayscale: #7C7C7C. Windows color (decimal): -7110364 or 2392467. OLE color: 2392467.

HSL color Cylindrical-coordinate representation of color #938124: hue angle of 50.27º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #938124 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB14712936-
CMYK00.120.760.42
HSL50.27º60.66%35.88%-
HSV(B)50.27º75.51%57.65%-
XYZ20.222.034.86-
YUV123.7878.46144.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.12%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 36 (14.45% from 255) = 11.54%
R=47.12%
G=41.35%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471293600.120.760.4250.2760.6635.88
Hex9381240C4C2A323d24
Octal2232014401411452627544
Binary1001001110000001100100011001001100101010110010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938124; }

 p { color: rgb(147,129,36); }

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

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

 a { background-color: rgb(147,129,36); }

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

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

 span { border-color: rgb(147,129,36); }

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