#938330

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

Shades of Lemon Ginger #938330

Tints of Lemon Ginger #938330

Color information

#938330 (or 0x938330) is unknown color: approx Lemon Ginger. HEX triplet: 93, 83 and 30. RGB value is (147,131,48). Sum of RGB (Red+Green+Blue) = 147+131+48=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #938330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938330 is #6C7CCF. Grayscale: #7E7E7E. Windows color (decimal): -7109840 or 3179411. OLE color: 3179411.

HSL color Cylindrical-coordinate representation of color #938330: hue angle of 50.3º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #938330 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14713148-
CMYK00.110.670.42
HSL50.3º50.77%38.24%-
HSV(B)50.3º67.35%57.65%-
XYZ20.6822.656.08-
YUV126.3283.8142.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.09%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 48 (19.14% from 255) = 14.72%
R=45.09%
G=40.18%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471314800.110.670.4250.350.7738.24
Hex9383300B432A323326
Octal2232036001310352626346
Binary1001001110000011110000010111000011101010110010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938330; }

 p { color: rgb(147,131,48); }

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

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

 a { background-color: rgb(147,131,48); }

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

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

 span { border-color: rgb(147,131,48); }

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