#939481

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

Shades of Lemon Grass #939481

Tints of Lemon Grass #939481

Color information

#939481 (or 0x939481) is unknown color: approx Lemon Grass. HEX triplet: 93, 94 and 81. RGB value is (147,148,129). Sum of RGB (Red+Green+Blue) = 147+148+129=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 148 - color contains mainly: green. Hex color #939481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939481 is #6C6B7E. Grayscale: #919191. Windows color (decimal): -7105407 or 8492179. OLE color: 8492179.

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

Color convert

RGB147148129-
CMYK0.0100.130.42
HSL63.16º8.15%54.31%-
HSV(B)63.16º12.84%58.04%-
XYZ26.5828.9724.96-
YUV145.53118.67129.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 148 (58.20% from 255) = 34.91%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=34.67%
G=34.91%
B=30.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471481290.0100.130.4263.168.1554.31
Hex93948110D2A3f836
Octal223224201101552771066
Binary1001001110010100100000011011011010101111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939481; }

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

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

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

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

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

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

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

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