#93D16D

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

Shades of Gossip #93D16D

Tints of Gossip #93D16D

Color information

#93D16D (or 0x93D16D) is unknown color: approx Gossip. HEX triplet: 93, D1 and 6D. RGB value is (147,209,109). Sum of RGB (Red+Green+Blue) = 147+209+109=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #93D16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D16D is #6C2E92. Grayscale: #B3B3B3. Windows color (decimal): -7089811 or 7197075. OLE color: 7197075.

HSL color Cylindrical-coordinate representation of color #93D16D: hue angle of 97.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93D16D is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB147209109-
CMYK0.3000.480.18
HSL97.2º52.08%62.35%-
HSV(B)97.2º47.85%81.96%-
XYZ37.5952.9122.7-
YUV179.0688.46105.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 209 (82.03% from 255) = 44.95%
BLUE value IS 109 (42.97% from 255) = 23.44%
R=31.61%
G=44.95%
B=23.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472091090.3000.480.1897.252.0862.35
Hex93D16D1E0301261343e
Octal22332115536060221416476
Binary10010011110100011101101111100110000100101100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,209,109); }

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

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

 a { background-color: rgb(147,209,109); }

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

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

 span { border-color: rgb(147,209,109); }

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