#949580

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

Shades of Lemon Grass #949580

Tints of Lemon Grass #949580

Color information

#949580 (or 0x949580) is unknown color: approx Lemon Grass. HEX triplet: 94, 95 and 80. RGB value is (148,149,128). Sum of RGB (Red+Green+Blue) = 148+149+128=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #949580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949580 is #6B6A7F. Grayscale: #929292. Windows color (decimal): -7039616 or 8426900. OLE color: 8426900.

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

Color convert

RGB148149128-
CMYK0.0100.140.42
HSL62.86º9.01%54.31%-
HSV(B)62.86º14.09%58.43%-
XYZ26.8629.3524.67-
YUV146.31117.67129.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=34.82%
G=35.06%
B=30.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481491280.0100.140.4262.869.0154.31
Hex94958010E2A3f936
Octal224225200101652771166
Binary1001010010010101100000001011101010101111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949580; }

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

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

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

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

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

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

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

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