#959480

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

Shades of Lemon Grass #959480

Tints of Lemon Grass #959480

Color information

#959480 (or 0x959480) is unknown color: approx Lemon Grass. HEX triplet: 95, 94 and 80. RGB value is (149,148,128). Sum of RGB (Red+Green+Blue) = 149+148+128=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 149 - color contains mainly: red. Hex color #959480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959480 is #6A6B7F. Grayscale: #929292. Windows color (decimal): -6974336 or 8426645. OLE color: 8426645.

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

Color convert

RGB149148128-
CMYK00.010.140.42
HSL57.14º9.01%54.31%-
HSV(B)57.14º14.09%58.43%-
XYZ26.8829.1324.63-
YUV146.02117.83130.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=35.06%
G=34.82%
B=30.12%

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
Decimal14914812800.010.140.4257.149.0154.31
Hex95948001E2A39936
Octal225224200011652711166
Binary1001010110010100100000000111101010101110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959480; }

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

 H1.HeaderClassName
 {
   color: #959480;
 }
 .AnyTagClassName
 {
   color: #959480;
 }
</style>
background-color css

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

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

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

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

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

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