#9D9C89

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

Shades of Lemon Grass #9D9C89

Tints of Lemon Grass #9D9C89

Color information

#9D9C89 (or 0x9D9C89) is unknown color: approx Lemon Grass. HEX triplet: 9D, 9C and 89. RGB value is (157,156,137). Sum of RGB (Red+Green+Blue) = 157+156+137=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9C89 is #626376. Grayscale: #9A9A9A. Windows color (decimal): -6447991 or 9018525. OLE color: 9018525.

HSL color Cylindrical-coordinate representation of color #9D9C89: hue angle of 57º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D9C89 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB157156137-
CMYK00.010.130.38
HSL57º9.26%57.65%-
HSV(B)57º12.74%61.57%-
XYZ30.3132.7528.39-
YUV154.13118.33130.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.89%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 137 (53.91% from 255) = 30.44%
R=34.89%
G=34.67%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715613700.010.130.38579.2657.65
Hex9D9C8901D263993a
Octal235234211011546711172
Binary1001110110011100100010010111011001101110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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