#96988D

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

Shades of Lemon Grass #96988D

Tints of Lemon Grass #96988D

Color information

#96988D (or 0x96988D) is unknown color: approx Lemon Grass. HEX triplet: 96, 98 and 8D. RGB value is (150,152,141). Sum of RGB (Red+Green+Blue) = 150+152+141=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 152 - color contains mainly: green. Hex color #96988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96988D is #696772. Grayscale: #969696. Windows color (decimal): -6907763 or 9279638. OLE color: 9279638.

HSL color Cylindrical-coordinate representation of color #96988D: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96988D is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB150152141-
CMYK0.0100.070.40
HSL70.91º5.07%57.45%-
HSV(B)70.91º7.24%59.61%-
XYZ28.6130.8629.65-
YUV150.15122.84127.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 152 (59.77% from 255) = 34.31%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=33.86%
G=34.31%
B=31.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501521410.0100.070.4070.915.0757.45
Hex96988D1072847539
Octal22623021510750107571
Binary100101101001100010001101101111010001000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96988D; }

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

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

<style>
 a { background-color: #96988D; }

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

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

<style>
 span { border-color: #96988D; }

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

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