#969587

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

Shades of Lemon Grass #969587

Tints of Lemon Grass #969587

Color information

#969587 (or 0x969587) is unknown color: approx Lemon Grass. HEX triplet: 96, 95 and 87. RGB value is (150,149,135). Sum of RGB (Red+Green+Blue) = 150+149+135=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #969587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969587 is #696A78. Grayscale: #939393. Windows color (decimal): -6908537 or 8885654. OLE color: 8885654.

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

Color convert

RGB150149135-
CMYK00.010.10.41
HSL56º6.67%55.88%-
HSV(B)56º10%58.82%-
XYZ27.729.7327.2-
YUV147.7120.83129.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 135 (53.12% from 255) = 31.11%
R=34.56%
G=34.33%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014913500.010.10.41566.6755.88
Hex96958701A2938738
Octal22622520701125170770
Binary100101101001010110000111011010101001111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969587; }

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

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

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

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

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

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

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

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