#959887

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

Shades of Lemon Grass #959887

Tints of Lemon Grass #959887

Color information

#959887 (or 0x959887) is unknown color: approx Lemon Grass. HEX triplet: 95, 98 and 87. RGB value is (149,152,135). Sum of RGB (Red+Green+Blue) = 149+152+135=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 152 - color contains mainly: green. Hex color #959887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959887 is #6A6778. Grayscale: #959595. Windows color (decimal): -6973305 or 8886421. OLE color: 8886421.

HSL color Cylindrical-coordinate representation of color #959887: hue angle of 70.59º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #959887 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB149152135-
CMYK0.0200.110.40
HSL70.59º7.62%56.27%-
HSV(B)70.59º11.18%59.61%-
XYZ2830.627.35-
YUV149.16120.01127.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 152 (59.77% from 255) = 34.86%
BLUE value IS 135 (53.12% from 255) = 30.96%
R=34.17%
G=34.86%
B=30.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491521350.0200.110.4070.597.6256.27
Hex95988720B2847838
Octal2252302072013501071070
Binary100101011001100010000111100101110100010001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959887; }

 p { color: rgb(149,152,135); }

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

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

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

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

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

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

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