#95957C

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

Shades of Lemon Grass #95957C

Tints of Lemon Grass #95957C

Color information

#95957C (or 0x95957C) is unknown color: approx Lemon Grass. HEX triplet: 95, 95 and 7C. RGB value is (149,149,124). Sum of RGB (Red+Green+Blue) = 149+149+124=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 149 - color contains mainly: red, green. Hex color #95957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95957C is #6A6A83. Grayscale: #929292. Windows color (decimal): -6974084 or 8164757. OLE color: 8164757.

HSL color Cylindrical-coordinate representation of color #95957C: hue angle of 60º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95957C is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149149124-
CMYK000.170.42
HSL60º10.55%53.53%-
HSV(B)60º16.78%58.43%-
XYZ26.7829.3423.32-
YUV146.15115.5130.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=35.31%
G=35.31%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149149124000.170.426010.5553.53
Hex95957C00112A3cb36
Octal225225174002152741366
Binary1001010110010101111110000100011010101111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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