#937D33

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

Shades of Lemon Ginger #937D33

Tints of Lemon Ginger #937D33

Color information

#937D33 (or 0x937D33) is unknown color: approx Lemon Ginger. HEX triplet: 93, 7D and 33. RGB value is (147,125,51). Sum of RGB (Red+Green+Blue) = 147+125+51=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #937D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D33 is #6C82CC. Grayscale: #7B7B7B. Windows color (decimal): -7111373 or 3374483. OLE color: 3374483.

HSL color Cylindrical-coordinate representation of color #937D33: hue angle of 46.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #937D33 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB14712551-
CMYK00.150.650.42
HSL46.25º48.48%38.82%-
HSV(B)46.25º65.31%57.65%-
XYZ19.9621.116.15-
YUV123.1487.29145.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 125 (49.22% from 255) = 38.70%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=45.51%
G=38.70%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471255100.150.650.4246.2548.4838.82
Hex937D330F412A2e3027
Octal2231756301710152566047
Binary100100111111101110011011111000001101010101110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937D33; }

 p { color: rgb(147,125,51); }

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

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

 a { background-color: rgb(147,125,51); }

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

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

 span { border-color: rgb(147,125,51); }

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