Html Css Color HEX #93947E Lemon Grass

📋 copy color: '#93947E'

red 147 ◦ green 148 ◦ blue 126

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

Shades of Lemon Grass #93947E

Tints of Lemon Grass #93947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

 BLUE value IS 126 (49.61% from 255) = 29.93%

R = 34.92%
G = 35.15%
B = 29.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93947E (or 0x93947E) is known color: Lemon Grass. HEX triplet: 93, 94 and 7E. RGB value is (147,148,126). Sum of RGB (Red+Green+Blue) = 147+148+126=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #93947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93947E is #6C6B81. Grayscale: #919191. Windows color (decimal): -7105410 or 8295571. OLE color: 8295571.

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

Color convert

RGB 147 148 126 -
CMYK 0.01 0 0.15 0.42
HSL 62.73º 0.09% 0.54% -
HSV(B) 62.73º 0.15% 0.58% -
XYZ 26.39 28.89 23.92 -
YUV 145.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 147 148 126 0.01 0 0.15 0.42 62.73 0.09 0.54
Hex 93 94 7E 1 0 F 2A 3F 9 36
Octal 223 224 176 1 0 17 52 77 11 66
Binary 10010011 10010100 1111110 1 0 1111 101010 111111 1001 110110

Color Harmonies of #93947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93947E

Black with #93947E

Text Example


Text Example

White with #93947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93947E; }

 p { color: rgb(147,148,126); }

 H1.HeaderClassName
 {
   color: #93947E;
 }
 .AnyTagClassName
 {
   color: #93947E;
 }
</style>

background-color css

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

 a { background-color: rgb(147,148,126); }

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

border-color css

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

 span { border-color: rgb(147,148,126); }

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