#9B9C8D

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

Shades of Lemon Grass #9B9C8D

Tints of Lemon Grass #9B9C8D

Color information

#9B9C8D (or 0x9B9C8D) is unknown color: approx Lemon Grass. HEX triplet: 9B, 9C and 8D. RGB value is (155,156,141). Sum of RGB (Red+Green+Blue) = 155+156+141=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 156 - color contains mainly: green. Hex color #9B9C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9C8D is #646372. Grayscale: #9A9A9A. Windows color (decimal): -6579059 or 9280667. OLE color: 9280667.

HSL color Cylindrical-coordinate representation of color #9B9C8D: hue angle of 64º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B9C8D is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB155156141-
CMYK0.0100.100.39
HSL64º7.04%58.24%-
HSV(B)64º9.62%61.18%-
XYZ30.2132.6729.91-
YUV153.99120.67128.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 156 (61.33% from 255) = 34.51%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=34.29%
G=34.51%
B=31.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551561410.0100.100.39647.0458.24
Hex9B9C8D10A274073a
Octal233234215101247100772
Binary1001101110011100100011011010101001111000000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,156,141); }

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

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

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

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

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

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

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