#93D486

Color #93D486 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #93D486

Tints of Gossip #93D486

Color information

#93D486 (or 0x93D486) is unknown color: approx Gossip. HEX triplet: 93, D4 and 86. RGB value is (147,212,134). Sum of RGB (Red+Green+Blue) = 147+212+134=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #93D486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D486 is #6C2B79. Grayscale: #B7B7B7. Windows color (decimal): -7089018 or 8836243. OLE color: 8836243.

HSL color Cylindrical-coordinate representation of color #93D486: hue angle of 110º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93D486 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB147212134-
CMYK0.3100.370.17
HSL110º47.56%67.84%-
HSV(B)110º36.79%83.14%-
XYZ39.8855.0131.07-
YUV183.6799.97101.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.82%
GREEN value IS 212 (83.20% from 255) = 43.00%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=29.82%
G=43.00%
B=27.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1472121340.3100.370.1711047.5667.84
Hex93D4861F025116e3044
Octal223324206370452115660104
Binary1001001111010100100001101111101001011000111011101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93D486; }

 p { color: rgb(147,212,134); }

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

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

 a { background-color: rgb(147,212,134); }

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

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

 span { border-color: rgb(147,212,134); }

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