#938b15

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

Shades of Lemon Ginger #938B15

Tints of Lemon Ginger #938B15

Color information

#938B15 (or 0x938B15) is unknown color: approx Lemon Ginger. HEX triplet: 93, 8B and 15. RGB value is (147,139,21). Sum of RGB (Red+Green+Blue) = 147+139+21=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #938B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938B15 is #6C74EA. Grayscale: #808080. Windows color (decimal): -7107819 or 1411987. OLE color: 1411987.

HSL color Cylindrical-coordinate representation of color #938B15: hue angle of 56.19º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #938B15 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB14713921-
CMYK00.050.860.42
HSL56.19º75%32.94%-
HSV(B)56.19º85.71%57.65%-
XYZ21.424.724.35-
YUV127.9467.65141.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.88%
GREEN value IS 139 (54.69% from 255) = 45.28%
BLUE value IS 21 (8.59% from 255) = 6.84%
R=47.88%
G=45.28%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471392100.050.860.4256.197532.94
Hex938B1505562A384b21
Octal2232132505126527011341
Binary100100111000101110101010110101101010101110001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938b15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938b15; }

 p { color: rgb(147,139,21); }

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

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

 a { background-color: rgb(147,139,21); }

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

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

 span { border-color: rgb(147,139,21); }

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