#96958A

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

Shades of Lemon Grass #96958A

Tints of Lemon Grass #96958A

Color information

#96958A (or 0x96958A) is unknown color: approx Lemon Grass. HEX triplet: 96, 95 and 8A. RGB value is (150,149,138). Sum of RGB (Red+Green+Blue) = 150+149+138=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 150 - color contains mainly: red. Hex color #96958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96958A is #696A75. Grayscale: #949494. Windows color (decimal): -6908534 or 9082262. OLE color: 9082262.

HSL color Cylindrical-coordinate representation of color #96958A: hue angle of 55º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96958A is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB150149138-
CMYK00.010.080.41
HSL55º5.41%56.47%-
HSV(B)55º8%58.82%-
XYZ27.9129.8128.33-
YUV148.04122.33129.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=34.32%
G=34.10%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014913800.010.080.41555.4156.47
Hex96958A0182937538
Octal22622521201105167570
Binary100101101001010110001010011000101001110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96958A; }

 p { color: rgb(150,149,138); }

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

<style>
 a { background-color: #96958A; }

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

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

<style>
 span { border-color: #96958A; }

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

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