#949480

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

Shades of Lemon Grass #949480

Tints of Lemon Grass #949480

Color information

#949480 (or 0x949480) is unknown color: approx Lemon Grass. HEX triplet: 94, 94 and 80. RGB value is (148,148,128). Sum of RGB (Red+Green+Blue) = 148+148+128=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949480 is #6B6B7F. Grayscale: #919191. Windows color (decimal): -7039872 or 8426644. OLE color: 8426644.

HSL color Cylindrical-coordinate representation of color #949480: hue angle of 60º 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 #949480 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148148128-
CMYK000.140.42
HSL60º8.55%54.12%-
HSV(B)60º13.51%58.04%-
XYZ26.729.0324.62-
YUV145.72118129.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 148 (58.20% from 255) = 34.91%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=34.91%
G=34.91%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148148128000.140.42608.5554.12
Hex94948000E2A3c936
Octal224224200001652741166
Binary1001010010010100100000000011101010101111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949480; }

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

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

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

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

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

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

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

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