Html Css Color HEX #93938A Lemon Grass

📋 copy color: '#93938A'

red 147 ◦ green 147 ◦ blue 138

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

Shades of Lemon Grass #93938A

Tints of Lemon Grass #93938A

RGB

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

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

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

R = 34.03%
G = 34.03%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#93938A (or 0x93938A) is known color: Lemon Grass. HEX triplet: 93, 93 and 8A. RGB value is (147,147,138). Sum of RGB (Red+Green+Blue) = 147+147+138=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 147 - color contains mainly: red, green. Hex color #93938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93938A is #6C6C75. Grayscale: #929292. Windows color (decimal): -7105654 or 9081747. OLE color: 9081747.

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

Color convert

RGB 147 147 138 -
CMYK 0 0 0.06 0.42
HSL 60º 0.04% 0.56% -
HSV(B) 60º 0.06% 0.58% -
XYZ 27.05 28.91 28.2 -
YUV 145.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 147 147 138 0 0 0.06 0.42 60 0.04 0.56
Hex 93 93 8A 0 0 6 2A 3C 4 38
Octal 223 223 212 0 0 6 52 74 4 70
Binary 10010011 10010011 10001010 0 0 110 101010 111100 100 111000

Color Harmonies of #93938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93938A

Black with #93938A

Text Example


Text Example

White with #93938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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