#9C9D8C

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

Shades of Lemon Grass #9C9D8C

Tints of Lemon Grass #9C9D8C

Color information

#9C9D8C (or 0x9C9D8C) is unknown color: approx Lemon Grass. HEX triplet: 9C, 9D and 8C. RGB value is (156,157,140). Sum of RGB (Red+Green+Blue) = 156+157+140=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 157 - color contains mainly: green. Hex color #9C9D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9D8C is #636273. Grayscale: #9A9A9A. Windows color (decimal): -6513268 or 9215388. OLE color: 9215388.

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

Color convert

RGB156157140-
CMYK0.0100.110.38
HSL63.53º7.98%58.24%-
HSV(B)63.53º10.83%61.57%-
XYZ30.533.0829.59-
YUV154.76119.67128.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.44%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=34.44%
G=34.66%
B=30.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561571400.0100.110.3863.537.9858.24
Hex9C9D8C10B264083a
Octal2342352141013461001072
Binary10011100100111011000110010101110011010000001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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