#95947F

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

Shades of Lemon Grass #95947F

Tints of Lemon Grass #95947F

Color information

#95947F (or 0x95947F) is unknown color: approx Lemon Grass. HEX triplet: 95, 94 and 7F. RGB value is (149,148,127). Sum of RGB (Red+Green+Blue) = 149+148+127=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #95947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95947F is #6A6B80. Grayscale: #919191. Windows color (decimal): -6974337 or 8361109. OLE color: 8361109.

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

Color convert

RGB149148127-
CMYK00.010.150.42
HSL57.27º9.4%54.12%-
HSV(B)57.27º14.77%58.43%-
XYZ26.8229.124.28-
YUV145.9117.33130.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 148 (58.20% from 255) = 34.91%
BLUE value IS 127 (50% from 255) = 29.95%
R=35.14%
G=34.91%
B=29.95%

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
Decimal14914812700.010.150.4257.279.454.12
Hex95947F01F2A39936
Octal225224177011752711166
Binary100101011001010011111110111111010101110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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