Html Css Color HEX #93947D Lemon Grass

📋 copy color: '#93947D'

red 147 ◦ green 148 ◦ blue 125

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

Shades of Lemon Grass #93947D

Tints of Lemon Grass #93947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 35%
G = 35.24%
B = 29.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93947D (or 0x93947D) is known color: Lemon Grass. HEX triplet: 93, 94 and 7D. RGB value is (147,148,125). Sum of RGB (Red+Green+Blue) = 147+148+125=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #93947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93947D is #6C6B82. Grayscale: #919191. Windows color (decimal): -7105411 or 8230035. OLE color: 8230035.

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

Color convert

RGB 147 148 125 -
CMYK 0.01 0 0.16 0.42
HSL 62.61º 0.1% 0.54% -
HSV(B) 62.61º 0.16% 0.58% -
XYZ 26.32 28.86 23.59 -
YUV 145.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 147 148 125 0.01 0 0.16 0.42 62.61 0.1 0.54
Hex 93 94 7D 1 0 10 2A 3F A 36
Octal 223 224 175 1 0 20 52 77 12 66
Binary 10010011 10010100 1111101 1 0 10000 101010 111111 1010 110110

Color Harmonies of #93947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93947D

Black with #93947D

Text Example


Text Example

White with #93947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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