#9C9A82

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

Shades of Lemon Grass #9C9A82

Tints of Lemon Grass #9C9A82

Color information

#9C9A82 (or 0x9C9A82) is unknown color: approx Lemon Grass. HEX triplet: 9C, 9A and 82. RGB value is (156,154,130). Sum of RGB (Red+Green+Blue) = 156+154+130=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9A82 is #63657D. Grayscale: #979797. Windows color (decimal): -6514046 or 8559260. OLE color: 8559260.

HSL color Cylindrical-coordinate representation of color #9C9A82: hue angle of 55.38º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C9A82 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB156154130-
CMYK00.010.170.39
HSL55.38º11.61%56.08%-
HSV(B)55.38º16.67%61.18%-
XYZ29.331.7925.71-
YUV151.86115.66130.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.45%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=35.45%
G=35%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615413000.010.170.3955.3811.6156.08
Hex9C9A8201112737c38
Octal234232202012147671470
Binary10011100100110101000001001100011001111101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,154,130); }

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

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

 a { background-color: rgb(156,154,130); }

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

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

 span { border-color: rgb(156,154,130); }

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