#93D984

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

Shades of Gossip #93D984

Tints of Gossip #93D984

Color information

#93D984 (or 0x93D984) is unknown color: approx Gossip. HEX triplet: 93, D9 and 84. RGB value is (147,217,132). Sum of RGB (Red+Green+Blue) = 147+217+132=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #93D984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D984 is #6C267B. Grayscale: #BABABA. Windows color (decimal): -7087740 or 8706451. OLE color: 8706451.

HSL color Cylindrical-coordinate representation of color #93D984: hue angle of 109.41º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93D984 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB147217132-
CMYK0.3200.390.15
HSL109.41º52.8%68.43%-
HSV(B)109.41º39.17%85.1%-
XYZ41.0157.4930.77-
YUV186.3897.3199.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.64%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=29.64%
G=43.75%
B=26.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472171320.3200.390.15109.4152.868.43
Hex93D98420027F6d3544
Octal223331204400471715565104
Binary1001001111011001100001001000000100111111111011011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,217,132); }

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

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

 a { background-color: rgb(147,217,132); }

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

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

 span { border-color: rgb(147,217,132); }

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