#939585

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

Shades of Lemon Grass #939585

Tints of Lemon Grass #939585

Color information

#939585 (or 0x939585) is unknown color: approx Lemon Grass. HEX triplet: 93, 95 and 85. RGB value is (147,149,133). Sum of RGB (Red+Green+Blue) = 147+149+133=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 149 - color contains mainly: green. Hex color #939585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939585 is #6C6A7A. Grayscale: #929292. Windows color (decimal): -7105147 or 8754579. OLE color: 8754579.

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

Color convert

RGB147149133-
CMYK0.0100.110.42
HSL67.5º7.02%55.29%-
HSV(B)67.5º10.74%58.43%-
XYZ27.0129.3926.44-
YUV146.58120.34128.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=34.27%
G=34.73%
B=31.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471491330.0100.110.4267.57.0255.29
Hex93958510B2A44737
Octal223225205101352104767
Binary1001001110010101100001011010111010101000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939585; }

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

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

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

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

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

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

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

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