#9C9B7D

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

Shades of Lemon Grass #9C9B7D

Tints of Lemon Grass #9C9B7D

Color information

#9C9B7D (or 0x9C9B7D) is unknown color: approx Lemon Grass. HEX triplet: 9C, 9B and 7D. RGB value is (156,155,125). Sum of RGB (Red+Green+Blue) = 156+155+125=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9B7D is #636482. Grayscale: #989898. Windows color (decimal): -6513795 or 8231836. OLE color: 8231836.

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

Color convert

RGB156155125-
CMYK00.010.200.39
HSL58.06º13.54%55.1%-
HSV(B)58.06º19.87%61.18%-
XYZ29.1331.9924.04-
YUV151.88112.83130.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 125 (49.22% from 255) = 28.67%
R=35.78%
G=35.55%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615512500.010.200.3958.0613.5455.1
Hex9C9B7D0114273ae37
Octal234233175012447721667
Binary1001110010011011111110101101001001111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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