#95957F

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

Shades of Lemon Grass #95957F

Tints of Lemon Grass #95957F

Color information

#95957F (or 0x95957F) is unknown color: approx Lemon Grass. HEX triplet: 95, 95 and 7F. RGB value is (149,149,127). Sum of RGB (Red+Green+Blue) = 149+149+127=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 149 - color contains mainly: red, green. Hex color #95957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95957F is #6A6A80. Grayscale: #929292. Windows color (decimal): -6974081 or 8361365. OLE color: 8361365.

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

Color convert

RGB149149127-
CMYK000.150.42
HSL60º9.4%54.12%-
HSV(B)60º14.77%58.43%-
XYZ26.9729.4224.34-
YUV146.49117129.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 127 (50% from 255) = 29.88%
R=35.06%
G=35.06%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149149127000.150.42609.454.12
Hex95957F00F2A3c936
Octal225225177001752741166
Binary100101011001010111111110011111010101111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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