#959586

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

Shades of Lemon Grass #959586

Tints of Lemon Grass #959586

Color information

#959586 (or 0x959586) is unknown color: approx Lemon Grass. HEX triplet: 95, 95 and 86. RGB value is (149,149,134). Sum of RGB (Red+Green+Blue) = 149+149+134=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959586 is #6A6A79. Grayscale: #939393. Windows color (decimal): -6974074 or 8820117. OLE color: 8820117.

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

Color convert

RGB149149134-
CMYK000.100.42
HSL60º6.61%55.49%-
HSV(B)60º10.07%58.43%-
XYZ27.4429.6126.82-
YUV147.29120.5129.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=34.49%
G=34.49%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149149134000.100.42606.6155.49
Hex95958600A2A3c737
Octal22522520600125274767
Binary100101011001010110000110001010101010111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959586; }

 p { color: rgb(149,149,134); }

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

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

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

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

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

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

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