#9B9B87

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

Shades of Lemon Grass #9B9B87

Tints of Lemon Grass #9B9B87

Color information

#9B9B87 (or 0x9B9B87) is unknown color: approx Lemon Grass. HEX triplet: 9B, 9B and 87. RGB value is (155,155,135). Sum of RGB (Red+Green+Blue) = 155+155+135=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 155 - color contains mainly: red, green. Hex color #9B9B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9B87 is #646478. Grayscale: #989898. Windows color (decimal): -6579321 or 8887195. OLE color: 8887195.

HSL color Cylindrical-coordinate representation of color #9B9B87: hue angle of 60º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B9B87 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB155155135-
CMYK000.130.39
HSL60º9.09%56.86%-
HSV(B)60º12.9%60.78%-
XYZ29.6132.1627.57-
YUV152.72118129.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 135 (53.12% from 255) = 30.34%
R=34.83%
G=34.83%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155155135000.130.39609.0956.86
Hex9B9B8700D273c939
Octal233233207001547741171
Binary1001101110011011100001110011011001111111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,155,135); }

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

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

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

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

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

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

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