#9B9C7A

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

Shades of Lemon Grass #9B9C7A

Tints of Lemon Grass #9B9C7A

Color information

#9B9C7A (or 0x9B9C7A) is unknown color: approx Lemon Grass. HEX triplet: 9B, 9C and 7A. RGB value is (155,156,122). Sum of RGB (Red+Green+Blue) = 155+156+122=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 156 - color contains mainly: green. Hex color #9B9C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9C7A is #646385. Grayscale: #979797. Windows color (decimal): -6579078 or 8035483. OLE color: 8035483.

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

Color convert

RGB155156122-
CMYK0.0100.220.39
HSL61.76º14.66%54.51%-
HSV(B)61.76º21.79%61.18%-
XYZ28.9232.1523.09-
YUV151.82111.17130.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.80%
GREEN value IS 156 (61.33% from 255) = 36.03%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=35.80%
G=36.03%
B=28.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551561220.0100.220.3961.7614.6654.51
Hex9B9C7A1016273ef37
Octal233234172102647761767
Binary1001101110011100111101010101101001111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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