#959380

Color #959380 Lemon Grass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Grass #959380

Tints of Lemon Grass #959380

Color information

#959380 (or 0x959380) is unknown color: approx 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

RGB149147128-
CMYK00.010.140.42
HSL54.29º9.01%54.31%-
HSV(B)54.29º14.09%58.43%-
XYZ26.7228.8224.58-
YUV145.43118.16130.54-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914712800.010.140.4254.299.0154.31
Hex95938001E2A36936
Octal225223200011652661166
Binary1001010110010011100000000111101010101101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>