#938028

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

Shades of Lemon Ginger #938028

Tints of Lemon Ginger #938028

Color information

#938028 (or 0x938028) is unknown color: approx Lemon Ginger. HEX triplet: 93, 80 and 28. RGB value is (147,128,40). Sum of RGB (Red+Green+Blue) = 147+128+40=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #938028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938028 is #6C7FD7. Grayscale: #7C7C7C. Windows color (decimal): -7110616 or 2654355. OLE color: 2654355.

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

Color convert

RGB14712840-
CMYK00.130.730.42
HSL49.35º57.22%36.67%-
HSV(B)49.35º72.79%57.65%-
XYZ20.1321.795.15-
YUV123.6580.79144.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 40 (16.02% from 255) = 12.70%
R=46.67%
G=40.63%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471284000.130.730.4249.3557.2236.67
Hex9380280D492A313925
Octal2232005001511152617145
Binary1001001110000000101000011011001001101010110001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938028; }

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

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

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

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

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

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

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

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