#96967F

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

Shades of Lemon Grass #96967F

Tints of Lemon Grass #96967F

Color information

#96967F (or 0x96967F) is unknown color: approx Lemon Grass. HEX triplet: 96, 96 and 7F. RGB value is (150,150,127). Sum of RGB (Red+Green+Blue) = 150+150+127=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96967F is #696980. Grayscale: #939393. Windows color (decimal): -6908289 or 8361622. OLE color: 8361622.

HSL color Cylindrical-coordinate representation of color #96967F: hue angle of 60º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96967F is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150150127-
CMYK000.150.41
HSL60º9.87%54.31%-
HSV(B)60º15.33%58.82%-
XYZ27.3129.8324.4-
YUV147.38116.5129.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 127 (50% from 255) = 29.74%
R=35.13%
G=35.13%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150150127000.150.41609.8754.31
Hex96967F00F293ca36
Octal226226177001751741266
Binary100101101001011011111110011111010011111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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