#979B87

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

Shades of Lemon Grass #979B87

Tints of Lemon Grass #979B87

Color information

#979B87 (or 0x979B87) is unknown color: approx Lemon Grass. HEX triplet: 97, 9B and 87. RGB value is (151,155,135). Sum of RGB (Red+Green+Blue) = 151+155+135=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 155 - color contains mainly: green. Hex color #979B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B87 is #686478. Grayscale: #979797. Windows color (decimal): -6841465 or 8887191. OLE color: 8887191.

HSL color Cylindrical-coordinate representation of color #979B87: hue angle of 72º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #979B87 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB151155135-
CMYK0.0300.130.39
HSL72º9.09%56.86%-
HSV(B)72º12.9%60.78%-
XYZ28.8631.7727.53-
YUV151.52118.67127.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 135 (53.12% from 255) = 30.61%
R=34.24%
G=35.15%
B=30.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511551350.0300.130.39729.0956.86
Hex979B8730D2748939
Octal2272332073015471101171
Binary100101111001101110000111110110110011110010001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979B87; }

 p { color: rgb(151,155,135); }

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

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

 a { background-color: rgb(151,155,135); }

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

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

 span { border-color: rgb(151,155,135); }

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