#949780

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

Shades of Lemon Grass #949780

Tints of Lemon Grass #949780

Color information

#949780 (or 0x949780) is unknown color: approx Lemon Grass. HEX triplet: 94, 97 and 80. RGB value is (148,151,128). Sum of RGB (Red+Green+Blue) = 148+151+128=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 151 - color contains mainly: green. Hex color #949780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949780 is #6B687F. Grayscale: #939393. Windows color (decimal): -7039104 or 8427412. OLE color: 8427412.

HSL color Cylindrical-coordinate representation of color #949780: hue angle of 67.83º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #949780 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB148151128-
CMYK0.0200.150.41
HSL67.83º9.96%54.71%-
HSV(B)67.83º15.23%59.22%-
XYZ27.1829.9924.78-
YUV147.48117.01128.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=34.66%
G=35.36%
B=29.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481511280.0200.150.4167.839.9654.71
Hex94978020F2944a37
Octal2242272002017511041267
Binary100101001001011110000000100111110100110001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949780; }

 p { color: rgb(148,151,128); }

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

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

 a { background-color: rgb(148,151,128); }

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

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

 span { border-color: rgb(148,151,128); }

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