#949388

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

Shades of Lemon Grass #949388

Tints of Lemon Grass #949388

Color information

#949388 (or 0x949388) is unknown color: approx Lemon Grass. HEX triplet: 94, 93 and 88. RGB value is (148,147,136). Sum of RGB (Red+Green+Blue) = 148+147+136=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 148 - color contains mainly: red. Hex color #949388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949388 is #6B6C77. Grayscale: #929292. Windows color (decimal): -7040120 or 8950676. OLE color: 8950676.

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

Color convert

RGB148147136-
CMYK00.010.080.42
HSL55º5.31%55.69%-
HSV(B)55º8.11%58.04%-
XYZ27.0928.9427.45-
YUV146.04122.33129.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=34.34%
G=34.11%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814713600.010.080.42555.3155.69
Hex9493880182A37538
Octal22422321001105267570
Binary100101001001001110001000011000101010110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949388; }

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

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

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

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

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

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

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

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