Html Css Color HEX #93957C Lemon Grass

📋 copy color: '#93957C'

red 147 ◦ green 149 ◦ blue 124

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

Shades of Lemon Grass #93957C

Tints of Lemon Grass #93957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.48%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 35%
G = 35.48%
B = 29.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#93957C (or 0x93957C) is known color: Lemon Grass. HEX triplet: 93, 95 and 7C. RGB value is (147,149,124). Sum of RGB (Red+Green+Blue) = 147+149+124=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #93957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93957C is #6C6A83. Grayscale: #919191. Windows color (decimal): -7105156 or 8164755. OLE color: 8164755.

HSL color Cylindrical-coordinate representation of color #93957C: hue angle of 64.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93957C is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 149 124 -
CMYK 0.01 0 0.17 0.42
HSL 64.8º 0.11% 0.54% -
HSV(B) 64.8º 0.17% 0.58% -
XYZ 26.42 29.15 23.3 -
YUV 145.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 147 149 124 0.01 0 0.17 0.42 64.8 0.11 0.54
Hex 93 95 7C 1 0 11 2A 41 B 36
Octal 223 225 174 1 0 21 52 101 13 66
Binary 10010011 10010101 1111100 1 0 10001 101010 1000001 1011 110110

Color Harmonies of #93957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93957C

Black with #93957C

Text Example


Text Example

White with #93957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93957C; }

 p { color: rgb(147,149,124); }

 H1.HeaderClassName
 {
   color: #93957C;
 }
 .AnyTagClassName
 {
   color: #93957C;
 }
</style>

background-color css

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

 a { background-color: rgb(147,149,124); }

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

border-color css

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

 span { border-color: rgb(147,149,124); }

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