#9E9D82

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

Shades of Lemon Grass #9E9D82

Tints of Lemon Grass #9E9D82

Color information

#9E9D82 (or 0x9E9D82) is unknown color: approx Lemon Grass. HEX triplet: 9E, 9D and 82. RGB value is (158,157,130). Sum of RGB (Red+Green+Blue) = 158+157+130=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9D82 is #61627D. Grayscale: #9A9A9A. Windows color (decimal): -6382206 or 8560030. OLE color: 8560030.

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

Color convert

RGB158157130-
CMYK00.010.180.38
HSL57.86º12.61%56.47%-
HSV(B)57.86º17.72%61.96%-
XYZ30.1932.9925.9-
YUV154.22114.33130.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.51%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=35.51%
G=35.28%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815713000.010.180.3857.8612.6156.47
Hex9E9D820112263ad38
Octal236235202012246721570
Binary10011110100111011000001001100101001101110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,157,130); }

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

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

 a { background-color: rgb(158,157,130); }

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

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

 span { border-color: rgb(158,157,130); }

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