#979A85

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

Shades of Lemon Grass #979A85

Tints of Lemon Grass #979A85

Color information

#979A85 (or 0x979A85) is unknown color: approx Lemon Grass. HEX triplet: 97, 9A and 85. RGB value is (151,154,133). Sum of RGB (Red+Green+Blue) = 151+154+133=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 154 - color contains mainly: green. Hex color #979A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979A85 is #68657A. Grayscale: #969696. Windows color (decimal): -6841723 or 8755863. OLE color: 8755863.

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

Color convert

RGB151154133-
CMYK0.0200.140.40
HSL68.57º9.42%56.27%-
HSV(B)68.57º13.64%60.39%-
XYZ28.5531.3826.74-
YUV150.71118.01128.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.47%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=34.47%
G=35.16%
B=30.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511541330.0200.140.4068.579.4256.27
Hex979A8520E2845938
Octal2272322052016501051170
Binary100101111001101010000101100111010100010001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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