#93D884

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

Shades of Gossip #93D884

Tints of Gossip #93D884

Color information

#93D884 (or 0x93D884) is unknown color: approx Gossip. HEX triplet: 93, D8 and 84. RGB value is (147,216,132). Sum of RGB (Red+Green+Blue) = 147+216+132=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #93D884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D884 is #6C277B. Grayscale: #BABABA. Windows color (decimal): -7087996 or 8706195. OLE color: 8706195.

HSL color Cylindrical-coordinate representation of color #93D884: hue angle of 109.29º degrees, saturation: 0.52, 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 #93D884 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB147216132-
CMYK0.3200.390.15
HSL109.29º51.85%68.24%-
HSV(B)109.29º38.89%84.71%-
XYZ40.7556.9830.68-
YUV185.7997.64100.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.70%
GREEN value IS 216 (84.77% from 255) = 43.64%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=29.70%
G=43.64%
B=26.67%

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
Decimal1472161320.3200.390.15109.2951.8568.24
Hex93D88420027F6d3444
Octal223330204400471715564104
Binary1001001111011000100001001000000100111111111011011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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