Html Css Color HEX #959380 Lemon Grass

📋 copy color: '#959380'

red 149 ◦ green 147 ◦ blue 128

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

Shades of Lemon Grass #959380

Tints of Lemon Grass #959380

RGB

 RED value IS 149 (58.59% from 255) = 35.14%

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

 BLUE value IS 128 (50.39% from 255) = 30.19%

R = 35.14%
G = 34.67%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#959380 (or 0x959380) is known color: Lemon Grass. HEX triplet: 95, 93 and 80. RGB value is (149,147,128). Sum of RGB (Red+Green+Blue) = 149+147+128=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #959380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959380 is #6A6C7F. Grayscale: #919191. Windows color (decimal): -6974592 or 8426389. OLE color: 8426389.

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

Color convert

RGB 149 147 128 -
CMYK 0 0.01 0.14 0.42
HSL 54.29º 0.09% 0.54% -
HSV(B) 54.29º 0.14% 0.58% -
XYZ 26.72 28.82 24.58 -
YUV 145.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 149 147 128 0 0.01 0.14 0.42 54.29 0.09 0.54
Hex 95 93 80 0 1 E 2A 36 9 36
Octal 225 223 200 0 1 16 52 66 11 66
Binary 10010101 10010011 10000000 0 1 1110 101010 110110 1001 110110

Color Harmonies of #959380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959380

Black with #959380

Text Example


Text Example

White with #959380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959380; }

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

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

background-color css

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

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

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

border-color css

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

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

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