#979A89

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

Shades of Lemon Grass #979A89

Tints of Lemon Grass #979A89

Color information

#979A89 (or 0x979A89) is unknown color: approx Lemon Grass. HEX triplet: 97, 9A and 89. RGB value is (151,154,137). Sum of RGB (Red+Green+Blue) = 151+154+137=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 154 - color contains mainly: green. Hex color #979A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979A89 is #686576. Grayscale: #979797. Windows color (decimal): -6841719 or 9018007. OLE color: 9018007.

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

Color convert

RGB151154137-
CMYK0.0200.110.40
HSL70.59º7.76%57.06%-
HSV(B)70.59º11.04%60.39%-
XYZ28.8331.528.23-
YUV151.16120.01127.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 154 (60.55% from 255) = 34.84%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=34.16%
G=34.84%
B=31.00%

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
Decimal1511541370.0200.110.4070.597.7657.06
Hex979A8920B2847839
Octal2272322112013501071071
Binary100101111001101010001001100101110100010001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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