Html Css Color HEX #938E2C Lemon Ginger

📋 copy color: '#938E2C'

red 147 ◦ green 142 ◦ blue 44

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

Shades of Lemon Ginger #938E2C

Tints of Lemon Ginger #938E2C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.64%

 BLUE value IS 44 (17.58% from 255) = 13.21%

R = 44.14%
G = 42.64%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#938E2C (or 0x938E2C) is known color: Lemon Ginger. HEX triplet: 93, 8E and 2C. RGB value is (147,142,44). Sum of RGB (Red+Green+Blue) = 147+142+44=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #938E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938E2C is #6C71D3. Grayscale: #848484. Windows color (decimal): -7107028 or 2920083. OLE color: 2920083.

HSL color Cylindrical-coordinate representation of color #938E2C: hue angle of 57.09º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #938E2C is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 142 44 -
CMYK 0 0.03 0.70 0.42
HSL 57.09º 0.54% 0.37% -
HSV(B) 57.09º 0.7% 0.58% -
XYZ 22.16 25.73 6.18 -
YUV 132.32 78.16 138.47 -
System Red Green Blue C M Y K H S L
Decimal 147 142 44 0 0.03 0.70 0.42 57.09 0.54 0.37
Hex 93 8E 2C 0 3 46 2A 39 36 25
Octal 223 216 54 0 3 106 52 71 66 45
Binary 10010011 10001110 101100 0 11 1000110 101010 111001 110110 100101

Color Harmonies of #938E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E2C

Black with #938E2C

Text Example


Text Example

White with #938E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,142,44); }

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

background-color css

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

 a { background-color: rgb(147,142,44); }

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

border-color css

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

 span { border-color: rgb(147,142,44); }

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