#939287

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

Shades of Lemon Grass #939287

Tints of Lemon Grass #939287

Color information

#939287 (or 0x939287) is unknown color: approx Lemon Grass. HEX triplet: 93, 92 and 87. RGB value is (147,146,135). Sum of RGB (Red+Green+Blue) = 147+146+135=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 147 - color contains mainly: red. Hex color #939287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939287 is #6C6D78. Grayscale: #919191. Windows color (decimal): -7105913 or 8884883. OLE color: 8884883.

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

Color convert

RGB147146135-
CMYK00.010.080.42
HSL55º5.26%55.29%-
HSV(B)55º8.16%57.65%-
XYZ26.6828.5127.02-
YUV145.05122.33129.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=34.35%
G=34.11%
B=31.54%

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
Decimal14714613500.010.080.42555.2655.29
Hex9392870182A37537
Octal22322220701105267567
Binary100100111001001010000111011000101010110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939287; }

 p { color: rgb(147,146,135); }

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

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

 a { background-color: rgb(147,146,135); }

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

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

 span { border-color: rgb(147,146,135); }

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