#989789

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

Shades of Lemon Grass #989789

Tints of Lemon Grass #989789

Color information

#989789 (or 0x989789) is unknown color: approx Lemon Grass. HEX triplet: 98, 97 and 89. RGB value is (152,151,137). Sum of RGB (Red+Green+Blue) = 152+151+137=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 152 - color contains mainly: red. Hex color #989789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989789 is #676876. Grayscale: #959595. Windows color (decimal): -6776951 or 9017240. OLE color: 9017240.

HSL color Cylindrical-coordinate representation of color #989789: hue angle of 56º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #989789 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB152151137-
CMYK00.010.100.40
HSL56º6.79%56.67%-
HSV(B)56º9.87%59.61%-
XYZ28.5330.6128.07-
YUV149.7120.83129.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=34.55%
G=34.32%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215113700.010.100.40566.7956.67
Hex98978901A2838739
Octal23022721101125070771
Binary100110001001011110001001011010101000111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989789; }

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

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

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

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

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

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

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

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