#949384

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

Shades of Lemon Grass #949384

Tints of Lemon Grass #949384

Color information

#949384 (or 0x949384) is unknown color: approx Lemon Grass. HEX triplet: 94, 93 and 84. RGB value is (148,147,132). Sum of RGB (Red+Green+Blue) = 148+147+132=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 148 - color contains mainly: red. Hex color #949384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949384 is #6B6C7B. Grayscale: #919191. Windows color (decimal): -7040124 or 8688532. OLE color: 8688532.

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

Color convert

RGB148147132-
CMYK00.010.110.42
HSL56.25º6.96%54.9%-
HSV(B)56.25º10.81%58.04%-
XYZ26.8128.8325.98-
YUV145.59120.33129.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=34.66%
G=34.43%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814713200.010.110.4256.256.9654.9
Hex94938401B2A38737
Octal22422320401135270767
Binary100101001001001110000100011011101010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949384; }

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

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

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

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

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

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

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

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