#9B9E84

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

Shades of Lemon Grass #9B9E84

Tints of Lemon Grass #9B9E84

Color information

#9B9E84 (or 0x9B9E84) is unknown color: approx Lemon Grass. HEX triplet: 9B, 9E and 84. RGB value is (155,158,132). Sum of RGB (Red+Green+Blue) = 155+158+132=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 158 - color contains mainly: green. Hex color #9B9E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9E84 is #64617B. Grayscale: #9A9A9A. Windows color (decimal): -6578556 or 8691355. OLE color: 8691355.

HSL color Cylindrical-coordinate representation of color #9B9E84: hue angle of 66.92º degrees, saturation: 0.12, 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 #9B9E84 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB155158132-
CMYK0.0200.160.38
HSL66.92º11.82%56.86%-
HSV(B)66.92º16.46%61.96%-
XYZ29.9133.0926.64-
YUV154.14115.51128.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=34.83%
G=35.51%
B=29.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551581320.0200.160.3866.9211.8256.86
Hex9B9E8420102643c39
Octal2332362042020461031471
Binary1001101110011110100001001001000010011010000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,158,132); }

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

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

 a { background-color: rgb(155,158,132); }

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

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

 span { border-color: rgb(155,158,132); }

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