#959488

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

Shades of Lemon Grass #959488

Tints of Lemon Grass #959488

Color information

#959488 (or 0x959488) is unknown color: approx Lemon Grass. HEX triplet: 95, 94 and 88. RGB value is (149,148,136). Sum of RGB (Red+Green+Blue) = 149+148+136=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 149 - color contains mainly: red. Hex color #959488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959488 is #6A6B77. Grayscale: #929292. Windows color (decimal): -6974328 or 8950933. OLE color: 8950933.

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

Color convert

RGB149148136-
CMYK00.010.090.42
HSL55.38º5.78%55.88%-
HSV(B)55.38º8.72%58.43%-
XYZ27.4329.3527.51-
YUV146.93121.83129.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=34.41%
G=34.18%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914813600.010.090.4255.385.7855.88
Hex9594880192A37638
Octal22522421001115267670
Binary100101011001010010001000011001101010110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959488; }

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

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

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

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

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

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

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

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