Html Css Color HEX #93958B Lemon Grass

📋 copy color: '#93958B'

red 147 ◦ green 149 ◦ blue 139

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

Shades of Lemon Grass #93958B

Tints of Lemon Grass #93958B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.25%

 BLUE value IS 139 (54.69% from 255) = 31.95%

R = 33.79%
G = 34.25%
B = 31.95%

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

#93958B (or 0x93958B) is known color: Lemon Grass. HEX triplet: 93, 95 and 8B. RGB value is (147,149,139). Sum of RGB (Red+Green+Blue) = 147+149+139=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 149 - color contains mainly: green. Hex color #93958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93958B is #6C6A74. Grayscale: #939393. Windows color (decimal): -7105141 or 9147795. OLE color: 9147795.

HSL color Cylindrical-coordinate representation of color #93958B: hue angle of 72º degrees, saturation: 0.05, 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 #93958B is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 149 139 -
CMYK 0.01 0 0.07 0.42
HSL 72º 0.05% 0.56% -
HSV(B) 72º 0.07% 0.58% -
XYZ 27.44 29.56 28.69 -
YUV 147.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 147 149 139 0.01 0 0.07 0.42 72 0.05 0.56
Hex 93 95 8B 1 0 7 2A 48 5 38
Octal 223 225 213 1 0 7 52 110 5 70
Binary 10010011 10010101 10001011 1 0 111 101010 1001000 101 111000

Color Harmonies of #93958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93958B

Black with #93958B

Text Example


Text Example

White with #93958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93958B; }

 p { color: rgb(147,149,139); }

 H1.HeaderClassName
 {
   color: #93958B;
 }
 .AnyTagClassName
 {
   color: #93958B;
 }
</style>

background-color css

<style>
 a { background-color: #93958B; }

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

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

border-color css

<style>
 span { border-color: #93958B; }

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

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