#9C9B7C

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

Shades of Lemon Grass #9C9B7C

Tints of Lemon Grass #9C9B7C

Color information

#9C9B7C (or 0x9C9B7C) is unknown color: approx Lemon Grass. HEX triplet: 9C, 9B and 7C. RGB value is (156,155,124). Sum of RGB (Red+Green+Blue) = 156+155+124=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9B7C is #636483. Grayscale: #979797. Windows color (decimal): -6513796 or 8166300. OLE color: 8166300.

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

Color convert

RGB156155124-
CMYK00.010.210.39
HSL58.12º13.91%54.9%-
HSV(B)58.12º20.51%61.18%-
XYZ29.0731.9723.71-
YUV151.76112.33131.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=35.86%
G=35.63%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615512400.010.210.3958.1213.9154.9
Hex9C9B7C0115273ae37
Octal234233174012547721667
Binary1001110010011011111110001101011001111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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