#989C87

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

Shades of Lemon Grass #989C87

Tints of Lemon Grass #989C87

Color information

#989C87 (or 0x989C87) is unknown color: approx Lemon Grass. HEX triplet: 98, 9C and 87. RGB value is (152,156,135). Sum of RGB (Red+Green+Blue) = 152+156+135=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 156 - color contains mainly: green. Hex color #989C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989C87 is #676378. Grayscale: #989898. Windows color (decimal): -6775673 or 8887448. OLE color: 8887448.

HSL color Cylindrical-coordinate representation of color #989C87: hue angle of 71.43º degrees, saturation: 0.1, 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 #989C87 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB152156135-
CMYK0.0300.130.39
HSL71.43º9.59%57.06%-
HSV(B)71.43º13.46%61.18%-
XYZ29.2132.227.6-
YUV152.41118.17127.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 135 (53.12% from 255) = 30.47%
R=34.31%
G=35.21%
B=30.47%

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
Decimal1521561350.0300.130.3971.439.5957.06
Hex989C8730D2747a39
Octal2302342073015471071271
Binary100110001001110010000111110110110011110001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989C87; }

 p { color: rgb(152,156,135); }

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

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

 a { background-color: rgb(152,156,135); }

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

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

 span { border-color: rgb(152,156,135); }

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