Html Css Color HEX #949387 Lemon Grass

📋 copy color: '#949387'

red 148 ◦ green 147 ◦ blue 135

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

Shades of Lemon Grass #949387

Tints of Lemon Grass #949387

RGB

 RED value IS 148 (58.2% from 255) = 34.42%

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

 BLUE value IS 135 (53.13% from 255) = 31.4%

R = 34.42%
G = 34.19%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#949387 (or 0x949387) is known color: Lemon Grass. HEX triplet: 94, 93 and 87. RGB value is (148,147,135). Sum of RGB (Red+Green+Blue) = 148+147+135=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 148 - color contains mainly: red. Hex color #949387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949387 is #6B6C78. Grayscale: #919191. Windows color (decimal): -7040121 or 8885140. OLE color: 8885140.

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

Color convert

RGB 148 147 135 -
CMYK 0 0.01 0.09 0.42
HSL 55.38º 0.06% 0.55% -
HSV(B) 55.38º 0.09% 0.58% -
XYZ 27.02 28.91 27.08 -
YUV 145.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 148 147 135 0 0.01 0.09 0.42 55.38 0.06 0.55
Hex 94 93 87 0 1 9 2A 37 6 37
Octal 224 223 207 0 1 11 52 67 6 67
Binary 10010100 10010011 10000111 0 1 1001 101010 110111 110 110111

Color Harmonies of #949387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949387

Black with #949387

Text Example


Text Example

White with #949387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949387; }

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

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

background-color css

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

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

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

border-color css

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

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

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