Html Css Color HEX #938B20 Lemon Ginger

📋 copy color: '#938B20'

red 147 ◦ green 139 ◦ blue 32

#938B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #938B20

Tints of Lemon Ginger #938B20

RGB

 RED value IS 147 (57.81% from 255) = 46.23%

 GREEN value IS 139 (54.69% from 255) = 43.71%

 BLUE value IS 32 (12.89% from 255) = 10.06%

R = 46.23%
G = 43.71%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#938B20 (or 0x938B20) is known color: Lemon Ginger. HEX triplet: 93, 8B and 20. RGB value is (147,139,32). Sum of RGB (Red+Green+Blue) = 147+139+32=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #938B20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938B20 is #6C74DF. Grayscale: #818181. Windows color (decimal): -7107808 or 2132883. OLE color: 2132883.

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

Color convert

RGB 147 139 32 -
CMYK 0 0.05 0.78 0.42
HSL 55.83º 0.64% 0.35% -
HSV(B) 55.83º 0.78% 0.58% -
XYZ 21.53 24.77 5.01 -
YUV 129.19 73.15 140.7 -
System Red Green Blue C M Y K H S L
Decimal 147 139 32 0 0.05 0.78 0.42 55.83 0.64 0.35
Hex 93 8B 20 0 5 4E 2A 38 40 23
Octal 223 213 40 0 5 116 52 70 100 43
Binary 10010011 10001011 100000 0 101 1001110 101010 111000 1000000 100011

Color Harmonies of #938B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938B20

Black with #938B20

Text Example


Text Example

White with #938B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #938B20;
 }
 .AnyTagClassName
 {
   color: #938B20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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