#979A87

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

Shades of Lemon Grass #979A87

Tints of Lemon Grass #979A87

Color information

#979A87 (or 0x979A87) is unknown color: approx Lemon Grass. HEX triplet: 97, 9A and 87. RGB value is (151,154,135). Sum of RGB (Red+Green+Blue) = 151+154+135=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 154 - color contains mainly: green. Hex color #979A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979A87 is #686578. Grayscale: #979797. Windows color (decimal): -6841721 or 8886935. OLE color: 8886935.

HSL color Cylindrical-coordinate representation of color #979A87: hue angle of 69.47º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #979A87 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB151154135-
CMYK0.0200.120.40
HSL69.47º8.6%56.67%-
HSV(B)69.47º12.34%60.39%-
XYZ28.6931.4427.48-
YUV150.94119.01128.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 135 (53.12% from 255) = 30.68%
R=34.32%
G=35%
B=30.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511541350.0200.120.4069.478.656.67
Hex979A8720C2845939
Octal2272322072014501051171
Binary100101111001101010000111100110010100010001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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