#95948A

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

Shades of Lemon Grass #95948A

Tints of Lemon Grass #95948A

Color information

#95948A (or 0x95948A) is unknown color: approx Lemon Grass. HEX triplet: 95, 94 and 8A. RGB value is (149,148,138). Sum of RGB (Red+Green+Blue) = 149+148+138=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 149 - color contains mainly: red. Hex color #95948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95948A is #6A6B75. Grayscale: #939393. Windows color (decimal): -6974326 or 9082005. OLE color: 9082005.

HSL color Cylindrical-coordinate representation of color #95948A: hue angle of 54.55º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #95948A is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149148138-
CMYK00.010.070.42
HSL54.55º4.93%56.27%-
HSV(B)54.55º7.38%58.43%-
XYZ27.5729.428.27-
YUV147.16122.83129.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=34.25%
G=34.02%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914813800.010.070.4254.554.9356.27
Hex95948A0172A37538
Octal2252242120175267570
Binary10010101100101001000101001111101010110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95948A; }

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

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

<style>
 a { background-color: #95948A; }

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

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

<style>
 span { border-color: #95948A; }

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

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