#96987C

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

Shades of Lemon Grass #96987C

Tints of Lemon Grass #96987C

Color information

#96987C (or 0x96987C) is unknown color: approx Lemon Grass. HEX triplet: 96, 98 and 7C. RGB value is (150,152,124). Sum of RGB (Red+Green+Blue) = 150+152+124=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #96987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96987C is #696783. Grayscale: #949494. Windows color (decimal): -6907780 or 8165526. OLE color: 8165526.

HSL color Cylindrical-coordinate representation of color #96987C: hue angle of 64.29º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96987C is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB150152124-
CMYK0.0100.180.40
HSL64.29º11.97%54.12%-
HSV(B)64.29º18.42%59.61%-
XYZ27.4430.423.49-
YUV148.21114.34129.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=35.21%
G=35.68%
B=29.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501521240.0100.180.4064.2911.9754.12
Hex96987C10122840c36
Octal2262301741022501001466
Binary10010110100110001111100101001010100010000001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96987C; }

 p { color: rgb(150,152,124); }

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

<style>
 a { background-color: #96987C; }

 a { background-color: rgb(150,152,124); }

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

<style>
 span { border-color: #96987C; }

 span { border-color: rgb(150,152,124); }

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