#989A84

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

Shades of Lemon Grass #989A84

Tints of Lemon Grass #989A84

Color information

#989A84 (or 0x989A84) is unknown color: approx Lemon Grass. HEX triplet: 98, 9A and 84. RGB value is (152,154,132). Sum of RGB (Red+Green+Blue) = 152+154+132=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 154 - color contains mainly: green. Hex color #989A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989A84 is #67657B. Grayscale: #969696. Windows color (decimal): -6776188 or 8690328. OLE color: 8690328.

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

Color convert

RGB152154132-
CMYK0.0100.140.40
HSL65.45º9.82%56.08%-
HSV(B)65.45º14.29%60.39%-
XYZ28.6731.4526.39-
YUV150.89117.34128.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=34.70%
G=35.16%
B=30.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521541320.0100.140.4065.459.8256.08
Hex989A8410E2841a38
Octal2302322041016501011270
Binary10011000100110101000010010111010100010000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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