#9DA089

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

Shades of Lemon Grass #9DA089

Tints of Lemon Grass #9DA089

Color information

#9DA089 (or 0x9DA089) is unknown color: approx Lemon Grass. HEX triplet: 9D, A0 and 89. RGB value is (157,160,137). Sum of RGB (Red+Green+Blue) = 157+160+137=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA089 is #625F76. Grayscale: #9C9C9C. Windows color (decimal): -6446967 or 9019549. OLE color: 9019549.

HSL color Cylindrical-coordinate representation of color #9DA089: hue angle of 67.83º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DA089 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB157160137-
CMYK0.0200.140.37
HSL67.83º10.8%58.24%-
HSV(B)67.83º14.37%62.75%-
XYZ30.9934.1228.62-
YUV156.48117.01128.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.58%
GREEN value IS 160 (62.89% from 255) = 35.24%
BLUE value IS 137 (53.91% from 255) = 30.18%
R=34.58%
G=35.24%
B=30.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1571601370.0200.140.3767.8310.858.24
Hex9DA08920E2544b3a
Octal2352402112016451041372
Binary100111011010000010001001100111010010110001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DA089; }

 p { color: rgb(157,160,137); }

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

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

 a { background-color: rgb(157,160,137); }

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

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

 span { border-color: rgb(157,160,137); }

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