#9C9D7D

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

Shades of Lemon Grass #9C9D7D

Tints of Lemon Grass #9C9D7D

Color information

#9C9D7D (or 0x9C9D7D) is unknown color: approx Lemon Grass. HEX triplet: 9C, 9D and 7D. RGB value is (156,157,125). Sum of RGB (Red+Green+Blue) = 156+157+125=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 157 - color contains mainly: green. Hex color #9C9D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9D7D is #636282. Grayscale: #999999. Windows color (decimal): -6513283 or 8232348. OLE color: 8232348.

HSL color Cylindrical-coordinate representation of color #9C9D7D: hue angle of 61.88º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C9D7D is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB156157125-
CMYK0.0100.200.38
HSL61.88º14.04%55.29%-
HSV(B)61.88º20.38%61.57%-
XYZ29.4732.6624.15-
YUV153.05112.17130.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.62%
GREEN value IS 157 (61.72% from 255) = 35.84%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=35.62%
G=35.84%
B=28.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561571250.0100.200.3861.8814.0455.29
Hex9C9D7D1014263ee37
Octal234235175102446761667
Binary1001110010011101111110110101001001101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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