#949586

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

Shades of Lemon Grass #949586

Tints of Lemon Grass #949586

Color information

#949586 (or 0x949586) is unknown color: approx Lemon Grass. HEX triplet: 94, 95 and 86. RGB value is (148,149,134). Sum of RGB (Red+Green+Blue) = 148+149+134=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 149 - color contains mainly: green. Hex color #949586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949586 is #6B6A79. Grayscale: #939393. Windows color (decimal): -7039610 or 8820116. OLE color: 8820116.

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

Color convert

RGB148149134-
CMYK0.0100.100.42
HSL64º6.61%55.49%-
HSV(B)64º10.07%58.43%-
XYZ27.2629.5126.81-
YUV146.99120.67128.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=34.34%
G=34.57%
B=31.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481491340.0100.100.42646.6155.49
Hex94958610A2A40737
Octal224225206101252100767
Binary1001010010010101100001101010101010101000000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949586; }

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

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

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

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

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

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

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

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