#95977C

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

Shades of Lemon Grass #95977C

Tints of Lemon Grass #95977C

Color information

#95977C (or 0x95977C) is unknown color: approx Lemon Grass. HEX triplet: 95, 97 and 7C. RGB value is (149,151,124). Sum of RGB (Red+Green+Blue) = 149+151+124=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #95977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95977C is #6A6883. Grayscale: #939393. Windows color (decimal): -6973572 or 8165269. OLE color: 8165269.

HSL color Cylindrical-coordinate representation of color #95977C: hue angle of 64.44º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95977C is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB149151124-
CMYK0.0100.180.41
HSL64.44º11.49%53.92%-
HSV(B)64.44º17.88%59.22%-
XYZ27.129.9823.43-
YUV147.32114.84129.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 124 (48.83% from 255) = 29.25%
R=35.14%
G=35.61%
B=29.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491511240.0100.180.4164.4411.4953.92
Hex95977C10122940b36
Octal2252271741022511001366
Binary10010101100101111111100101001010100110000001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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