#959487

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

Shades of Lemon Grass #959487

Tints of Lemon Grass #959487

Color information

#959487 (or 0x959487) is unknown color: approx Lemon Grass. HEX triplet: 95, 94 and 87. RGB value is (149,148,135). Sum of RGB (Red+Green+Blue) = 149+148+135=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 149 - color contains mainly: red. Hex color #959487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959487 is #6A6B78. Grayscale: #929292. Windows color (decimal): -6974329 or 8885397. OLE color: 8885397.

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

Color convert

RGB149148135-
CMYK00.010.090.42
HSL55.71º6.19%55.69%-
HSV(B)55.71º9.4%58.43%-
XYZ27.3629.3227.14-
YUV146.82121.33129.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 135 (53.12% from 255) = 31.25%
R=34.49%
G=34.26%
B=31.25%

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
Decimal14914813500.010.090.4255.716.1955.69
Hex9594870192A38638
Octal22522420701115270670
Binary100101011001010010000111011001101010111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959487; }

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

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

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

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

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

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

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

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