#95947E

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

Shades of Lemon Grass #95947E

Tints of Lemon Grass #95947E

Color information

#95947E (or 0x95947E) is unknown color: approx Lemon Grass. HEX triplet: 95, 94 and 7E. RGB value is (149,148,126). Sum of RGB (Red+Green+Blue) = 149+148+126=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #95947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95947E is #6A6B81. Grayscale: #919191. Windows color (decimal): -6974338 or 8295573. OLE color: 8295573.

HSL color Cylindrical-coordinate representation of color #95947E: hue angle of 57.39º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95947E is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149148126-
CMYK00.010.150.42
HSL57.39º9.79%53.92%-
HSV(B)57.39º15.44%58.43%-
XYZ26.7529.0823.94-
YUV145.79116.83130.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=35.22%
G=34.99%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914812600.010.150.4257.399.7953.92
Hex95947E01F2A39a36
Octal225224176011752711266
Binary100101011001010011111100111111010101110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,148,126); }

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

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

 a { background-color: rgb(149,148,126); }

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

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

 span { border-color: rgb(149,148,126); }

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