#93D685

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

Shades of Gossip #93D685

Tints of Gossip #93D685

Color information

#93D685 (or 0x93D685) is unknown color: approx Gossip. HEX triplet: 93, D6 and 85. RGB value is (147,214,133). Sum of RGB (Red+Green+Blue) = 147+214+133=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #93D685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D685 is #6C297A. Grayscale: #B8B8B8. Windows color (decimal): -7088507 or 8771219. OLE color: 8771219.

HSL color Cylindrical-coordinate representation of color #93D685: hue angle of 109.63º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93D685 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB147214133-
CMYK0.3100.380.16
HSL109.63º49.69%68.04%-
HSV(B)109.63º37.85%83.92%-
XYZ40.3155.9930.87-
YUV184.7398.8101.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 214 (83.98% from 255) = 43.32%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=29.76%
G=43.32%
B=26.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472141330.3100.380.16109.6349.6968.04
Hex93D6851F026106e3244
Octal223326205370462015662104
Binary1001001111010110100001011111101001101000011011101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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