#989B87

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

Shades of Lemon Grass #989B87

Tints of Lemon Grass #989B87

Color information

#989B87 (or 0x989B87) is unknown color: approx Lemon Grass. HEX triplet: 98, 9B and 87. RGB value is (152,155,135). Sum of RGB (Red+Green+Blue) = 152+155+135=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 155 - color contains mainly: green. Hex color #989B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989B87 is #676478. Grayscale: #979797. Windows color (decimal): -6775929 or 8887192. OLE color: 8887192.

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

Color convert

RGB152155135-
CMYK0.0200.130.39
HSL69º9.09%56.86%-
HSV(B)69º12.9%60.78%-
XYZ29.0431.8727.54-
YUV151.82118.51128.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 135 (53.12% from 255) = 30.54%
R=34.39%
G=35.07%
B=30.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521551350.0200.130.39699.0956.86
Hex989B8720D2745939
Octal2302332072015471051171
Binary100110001001101110000111100110110011110001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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