Html Css Color HEX #93937F Lemon Grass

📋 copy color: '#93937F'

red 147 ◦ green 147 ◦ blue 127

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

Shades of Lemon Grass #93937F

Tints of Lemon Grass #93937F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.17%

R = 34.92%
G = 34.92%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93937F (or 0x93937F) is known color: Lemon Grass. HEX triplet: 93, 93 and 7F. RGB value is (147,147,127). Sum of RGB (Red+Green+Blue) = 147+147+127=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 147 - color contains mainly: red, green. Hex color #93937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93937F is #6C6C80. Grayscale: #909090. Windows color (decimal): -7105665 or 8360851. OLE color: 8360851.

HSL color Cylindrical-coordinate representation of color #93937F: hue angle of 60º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93937F is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 147 127 -
CMYK 0 0 0.14 0.42
HSL 60º 0.08% 0.54% -
HSV(B) 60º 0.14% 0.58% -
XYZ 26.3 28.6 24.21 -
YUV 144.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 147 147 127 0 0 0.14 0.42 60 0.08 0.54
Hex 93 93 7F 0 0 E 2A 3C 8 36
Octal 223 223 177 0 0 16 52 74 10 66
Binary 10010011 10010011 1111111 0 0 1110 101010 111100 1000 110110

Color Harmonies of #93937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93937F

Black with #93937F

Text Example


Text Example

White with #93937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93937F; }

 p { color: rgb(147,147,127); }

 H1.HeaderClassName
 {
   color: #93937F;
 }
 .AnyTagClassName
 {
   color: #93937F;
 }
</style>

background-color css

<style>
 a { background-color: #93937F; }

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

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

border-color css

<style>
 span { border-color: #93937F; }

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

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