#949380

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

Shades of Lemon Grass #949380

Tints of Lemon Grass #949380

Color information

#949380 (or 0x949380) is unknown color: approx Lemon Grass. HEX triplet: 94, 93 and 80. RGB value is (148,147,128). Sum of RGB (Red+Green+Blue) = 148+147+128=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #949380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949380 is #6B6C7F. Grayscale: #919191. Windows color (decimal): -7040128 or 8426388. OLE color: 8426388.

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

Color convert

RGB148147128-
CMYK00.010.140.42
HSL57º8.55%54.12%-
HSV(B)57º13.51%58.04%-
XYZ26.5428.7224.57-
YUV145.13118.33130.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=34.99%
G=34.75%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814712800.010.140.42578.5554.12
Hex94938001E2A39936
Octal224223200011652711166
Binary1001010010010011100000000111101010101110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949380; }

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

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

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

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

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

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

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

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