#96997F

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

Shades of Lemon Grass #96997F

Tints of Lemon Grass #96997F

Color information

#96997F (or 0x96997F) is unknown color: approx Lemon Grass. HEX triplet: 96, 99 and 7F. RGB value is (150,153,127). Sum of RGB (Red+Green+Blue) = 150+153+127=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 153 - color contains mainly: green. Hex color #96997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96997F is #696680. Grayscale: #959595. Windows color (decimal): -6907521 or 8362390. OLE color: 8362390.

HSL color Cylindrical-coordinate representation of color #96997F: hue angle of 66.92º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96997F is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB150153127-
CMYK0.0200.170.4
HSL66.92º11.3%54.9%-
HSV(B)66.92º16.99%60%-
XYZ27.830.824.56-
YUV149.14115.51128.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.88%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 127 (50% from 255) = 29.53%
R=34.88%
G=35.58%
B=29.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501531270.0200.170.466.9211.354.9
Hex96997F20112843b37
Octal2262311772021501031367
Binary100101101001100111111111001000110100010000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96997F; }

 p { color: rgb(150,153,127); }

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

<style>
 a { background-color: #96997F; }

 a { background-color: rgb(150,153,127); }

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

<style>
 span { border-color: #96997F; }

 span { border-color: rgb(150,153,127); }

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