#95937F

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

Shades of Lemon Grass #95937F

Tints of Lemon Grass #95937F

Color information

#95937F (or 0x95937F) is unknown color: approx Lemon Grass. HEX triplet: 95, 93 and 7F. RGB value is (149,147,127). Sum of RGB (Red+Green+Blue) = 149+147+127=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #95937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95937F is #6A6C80. Grayscale: #919191. Windows color (decimal): -6974593 or 8360853. OLE color: 8360853.

HSL color Cylindrical-coordinate representation of color #95937F: hue angle of 54.55º degrees, saturation: 0.09, 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 #95937F is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149147127-
CMYK00.010.150.42
HSL54.55º9.4%54.12%-
HSV(B)54.55º14.77%58.43%-
XYZ26.6628.7924.23-
YUV145.32117.66130.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 127 (50% from 255) = 30.02%
R=35.22%
G=34.75%
B=30.02%

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
Decimal14914712700.010.150.4254.559.454.12
Hex95937F01F2A37936
Octal225223177011752671166
Binary100101011001001111111110111111010101101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,147,127); }

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

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

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

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

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

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

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