#989A89

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

Shades of Lemon Grass #989A89

Tints of Lemon Grass #989A89

Color information

#989A89 (or 0x989A89) is unknown color: approx Lemon Grass. HEX triplet: 98, 9A and 89. RGB value is (152,154,137). Sum of RGB (Red+Green+Blue) = 152+154+137=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 154 - color contains mainly: green. Hex color #989A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989A89 is #676576. Grayscale: #979797. Windows color (decimal): -6776183 or 9018008. OLE color: 9018008.

HSL color Cylindrical-coordinate representation of color #989A89: hue angle of 67.06º 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 #989A89 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB152154137-
CMYK0.0100.110.40
HSL67.06º7.76%57.06%-
HSV(B)67.06º11.04%60.39%-
XYZ29.0231.5928.24-
YUV151.46119.84128.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 137 (53.91% from 255) = 30.93%
R=34.31%
G=34.76%
B=30.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521541370.0100.110.4067.067.7657.06
Hex989A8910B2843839
Octal2302322111013501031071
Binary10011000100110101000100110101110100010000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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