#938D1A

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

Shades of Lemon Ginger #938D1A

Tints of Lemon Ginger #938D1A

Color information

#938D1A (or 0x938D1A) is unknown color: approx Lemon Ginger. HEX triplet: 93, 8D and 1A. RGB value is (147,141,26). Sum of RGB (Red+Green+Blue) = 147+141+26=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #938D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938D1A is #6C72E5. Grayscale: #828282. Windows color (decimal): -7107302 or 1740179. OLE color: 1740179.

HSL color Cylindrical-coordinate representation of color #938D1A: hue angle of 57.02º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #938D1A is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14714126-
CMYK00.040.820.42
HSL57.02º69.94%33.92%-
HSV(B)57.02º82.31%57.65%-
XYZ21.7425.334.72-
YUV129.6869.49140.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.82%
GREEN value IS 141 (55.47% from 255) = 44.90%
BLUE value IS 26 (10.55% from 255) = 8.28%
R=46.82%
G=44.90%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471412600.040.820.4257.0269.9433.92
Hex938D1A04522A394622
Octal2232153204122527110642
Binary100100111000110111010010010100101010101110011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,141,26); }

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

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

 a { background-color: rgb(147,141,26); }

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

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

 span { border-color: rgb(147,141,26); }

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