#939488

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

Shades of Lemon Grass #939488

Tints of Lemon Grass #939488

Color information

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

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

Color convert

RGB147148136-
CMYK0.0100.080.42
HSL65º5.31%55.69%-
HSV(B)65º8.11%58.04%-
XYZ27.0729.1627.49-
YUV146.33122.17128.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471481360.0100.080.42655.3155.69
Hex9394881082A41538
Octal223224210101052101570
Binary1001001110010100100010001010001010101000001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939488; }

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

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

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

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

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

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

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

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