Html Css Color HEX #93948A Lemon Grass

📋 copy color: '#93948A'

red 147 ◦ green 148 ◦ blue 138

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

Shades of Lemon Grass #93948A

Tints of Lemon Grass #93948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.87%

R = 33.95%
G = 34.18%
B = 31.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#93948A (or 0x93948A) is known color: Lemon Grass. HEX triplet: 93, 94 and 8A. RGB value is (147,148,138). Sum of RGB (Red+Green+Blue) = 147+148+138=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 148 - color contains mainly: green. Hex color #93948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93948A is #6C6B75. Grayscale: #929292. Windows color (decimal): -7105398 or 9082003. OLE color: 9082003.

HSL color Cylindrical-coordinate representation of color #93948A: hue angle of 66º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #93948A is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 148 138 -
CMYK 0.01 0 0.07 0.42
HSL 66º 0.04% 0.56% -
HSV(B) 66º 0.07% 0.58% -
XYZ 27.21 29.22 28.25 -
YUV 146.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 147 148 138 0.01 0 0.07 0.42 66 0.04 0.56
Hex 93 94 8A 1 0 7 2A 42 4 38
Octal 223 224 212 1 0 7 52 102 4 70
Binary 10010011 10010100 10001010 1 0 111 101010 1000010 100 111000

Color Harmonies of #93948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93948A

Black with #93948A

Text Example


Text Example

White with #93948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93948A; }

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

 H1.HeaderClassName
 {
   color: #93948A;
 }
 .AnyTagClassName
 {
   color: #93948A;
 }
</style>

background-color css

<style>
 a { background-color: #93948A; }

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

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

border-color css

<style>
 span { border-color: #93948A; }

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

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