#939581

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

Shades of Lemon Grass #939581

Tints of Lemon Grass #939581

Color information

#939581 (or 0x939581) is unknown color: approx Lemon Grass. HEX triplet: 93, 95 and 81. RGB value is (147,149,129). Sum of RGB (Red+Green+Blue) = 147+149+129=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #939581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939581 is #6C6A7E. Grayscale: #929292. Windows color (decimal): -7105151 or 8492435. OLE color: 8492435.

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

Color convert

RGB147149129-
CMYK0.0100.130.42
HSL66º8.62%54.51%-
HSV(B)66º13.42%58.43%-
XYZ26.7429.2825.01-
YUV146.12118.34128.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.59%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=34.59%
G=35.06%
B=30.35%

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
Decimal1471491290.0100.130.42668.6254.51
Hex93958110D2A42937
Octal2232252011015521021167
Binary10010011100101011000000110110110101010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939581; }

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

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

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

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

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

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

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

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