#938026

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

Shades of Lemon Ginger #938026

Tints of Lemon Ginger #938026

Color information

#938026 (or 0x938026) is unknown color: approx Lemon Ginger. HEX triplet: 93, 80 and 26. RGB value is (147,128,38). Sum of RGB (Red+Green+Blue) = 147+128+38=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #938026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938026 is #6C7FD9. Grayscale: #7B7B7B. Windows color (decimal): -7110618 or 2523283. OLE color: 2523283.

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

Color convert

RGB14712838-
CMYK00.130.740.42
HSL49.54º58.92%36.27%-
HSV(B)49.54º74.15%57.65%-
XYZ20.121.784.98-
YUV123.4279.79144.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 38 (15.23% from 255) = 12.14%
R=46.96%
G=40.89%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471283800.130.740.4249.5458.9236.27
Hex9380260D4A2A323b24
Octal2232004601511252627344
Binary1001001110000000100110011011001010101010110010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938026; }

 p { color: rgb(147,128,38); }

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

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

 a { background-color: rgb(147,128,38); }

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

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

 span { border-color: rgb(147,128,38); }

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