#959785

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

Shades of Lemon Grass #959785

Tints of Lemon Grass #959785

Color information

#959785 (or 0x959785) is unknown color: approx Lemon Grass. HEX triplet: 95, 97 and 85. RGB value is (149,151,133). Sum of RGB (Red+Green+Blue) = 149+151+133=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 151 - color contains mainly: green. Hex color #959785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959785 is #6A687A. Grayscale: #949494. Windows color (decimal): -6973563 or 8755093. OLE color: 8755093.

HSL color Cylindrical-coordinate representation of color #959785: hue angle of 66.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #959785 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB149151133-
CMYK0.0100.120.41
HSL66.67º7.96%55.69%-
HSV(B)66.67º11.92%59.22%-
XYZ27.6930.2226.56-
YUV148.35119.34128.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=34.41%
G=34.87%
B=30.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491511330.0100.120.4166.677.9655.69
Hex95978510C2943838
Octal2252272051014511031070
Binary10010101100101111000010110110010100110000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959785; }

 p { color: rgb(149,151,133); }

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

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

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

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

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

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

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