#989A7F

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

Shades of Lemon Grass #989A7F

Tints of Lemon Grass #989A7F

Color information

#989A7F (or 0x989A7F) is unknown color: approx Lemon Grass. HEX triplet: 98, 9A and 7F. RGB value is (152,154,127). Sum of RGB (Red+Green+Blue) = 152+154+127=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 154 - color contains mainly: green. Hex color #989A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989A7F is #676580. Grayscale: #969696. Windows color (decimal): -6776193 or 8362648. OLE color: 8362648.

HSL color Cylindrical-coordinate representation of color #989A7F: hue angle of 64.44º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #989A7F is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152154127-
CMYK0.0100.180.40
HSL64.44º11.79%55.1%-
HSV(B)64.44º17.53%60.39%-
XYZ28.3431.3224.63-
YUV150.32114.84129.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 127 (50% from 255) = 29.33%
R=35.10%
G=35.57%
B=29.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521541270.0100.180.4064.4411.7955.1
Hex989A7F10122840c37
Octal2302321771022501001467
Binary10011000100110101111111101001010100010000001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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