#9DA085

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

Shades of Lemon Grass #9DA085

Tints of Lemon Grass #9DA085

Color information

#9DA085 (or 0x9DA085) is unknown color: approx Lemon Grass. HEX triplet: 9D, A0 and 85. RGB value is (157,160,133). Sum of RGB (Red+Green+Blue) = 157+160+133=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA085 is #625F7A. Grayscale: #9C9C9C. Windows color (decimal): -6446971 or 8757405. OLE color: 8757405.

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

Color convert

RGB157160133-
CMYK0.0200.170.37
HSL66.67º12.44%57.45%-
HSV(B)66.67º16.88%62.75%-
XYZ30.713427.14-
YUV156.02115.01128.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.89%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=34.89%
G=35.56%
B=29.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1571601330.0200.170.3766.6712.4457.45
Hex9DA08520112543c39
Octal2352402052021451031471
Binary1001110110100000100001011001000110010110000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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