#9C9D84

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

Shades of Lemon Grass #9C9D84

Tints of Lemon Grass #9C9D84

Color information

#9C9D84 (or 0x9C9D84) is unknown color: approx Lemon Grass. HEX triplet: 9C, 9D and 84. RGB value is (156,157,132). Sum of RGB (Red+Green+Blue) = 156+157+132=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 157 - color contains mainly: green. Hex color #9C9D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9D84 is #63627B. Grayscale: #999999. Windows color (decimal): -6513276 or 8691100. OLE color: 8691100.

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

Color convert

RGB156157132-
CMYK0.0100.160.38
HSL62.4º11.31%56.67%-
HSV(B)62.4º15.92%61.57%-
XYZ29.9332.8526.59-
YUV153.85115.67129.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.06%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=35.06%
G=35.28%
B=29.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561571320.0100.160.3862.411.3156.67
Hex9C9D841010263eb39
Octal234235204102046761371
Binary10011100100111011000010010100001001101111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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