#95968E

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

Shades of Lemon Grass #95968E

Tints of Lemon Grass #95968E

Color information

#95968E (or 0x95968E) is unknown color: approx Lemon Grass. HEX triplet: 95, 96 and 8E. RGB value is (149,150,142). Sum of RGB (Red+Green+Blue) = 149+150+142=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 150 - color contains mainly: green. Hex color #95968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95968E is #6A6971. Grayscale: #949494. Windows color (decimal): -6973810 or 9344661. OLE color: 9344661.

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

Color convert

RGB149150142-
CMYK0.0100.050.41
HSL67.5º3.67%57.25%-
HSV(B)67.5º5.33%58.82%-
XYZ28.1830.1629.93-
YUV148.79124.17128.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=33.79%
G=34.01%
B=32.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491501420.0100.050.4167.53.6757.25
Hex95968E1052943439
Octal22522621610551103471
Binary100101011001011010001110101011010011000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95968E; }

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

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

<style>
 a { background-color: #95968E; }

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

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

<style>
 span { border-color: #95968E; }

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

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