#93C47F

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

Shades of Gossip #93C47F

Tints of Gossip #93C47F

Color information

#93C47F (or 0x93C47F) is unknown color: approx Gossip. HEX triplet: 93, C4 and 7F. RGB value is (147,196,127). Sum of RGB (Red+Green+Blue) = 147+196+127=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #93C47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C47F is #6C3B80. Grayscale: #ADADAD. Windows color (decimal): -7093121 or 8373395. OLE color: 8373395.

HSL color Cylindrical-coordinate representation of color #93C47F: hue angle of 102.61º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93C47F is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB147196127-
CMYK0.2500.350.23
HSL102.61º36.9%63.33%-
HSV(B)102.61º35.2%76.86%-
XYZ35.647.2227.32-
YUV173.48101.77109.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 196 (76.95% from 255) = 41.70%
BLUE value IS 127 (50% from 255) = 27.02%
R=31.28%
G=41.70%
B=27.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471961270.2500.350.23102.6136.963.33
Hex93C47F190231767253f
Octal22330417731043271474577
Binary10010011110001001111111110010100011101111100111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,196,127); }

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

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

 a { background-color: rgb(147,196,127); }

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

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

 span { border-color: rgb(147,196,127); }

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