#93C47A

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

Shades of Gossip #93C47A

Tints of Gossip #93C47A

Color information

#93C47A (or 0x93C47A) is unknown color: approx Gossip. HEX triplet: 93, C4 and 7A. RGB value is (147,196,122). Sum of RGB (Red+Green+Blue) = 147+196+122=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #93C47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C47A is #6C3B85. Grayscale: #ADADAD. Windows color (decimal): -7093126 or 8045715. OLE color: 8045715.

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

Color convert

RGB147196122-
CMYK0.2500.380.23
HSL99.73º38.54%62.35%-
HSV(B)99.73º37.76%76.86%-
XYZ35.2947.0925.64-
YUV172.9199.27109.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 196 (76.95% from 255) = 42.15%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=31.61%
G=42.15%
B=26.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471961220.2500.380.2399.7338.5462.35
Hex93C47A190261764273e
Octal22330417231046271444776
Binary10010011110001001111010110010100110101111100100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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