#94C57A

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

Shades of Gossip #94C57A

Tints of Gossip #94C57A

Color information

#94C57A (or 0x94C57A) is unknown color: approx Gossip. HEX triplet: 94, C5 and 7A. RGB value is (148,197,122). Sum of RGB (Red+Green+Blue) = 148+197+122=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #94C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C57A is #6B3A85. Grayscale: #AEAEAE. Windows color (decimal): -7027334 or 8045972. OLE color: 8045972.

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

Color convert

RGB148197122-
CMYK0.2500.380.23
HSL99.2º39.27%62.55%-
HSV(B)99.2º38.07%77.25%-
XYZ35.6947.6325.73-
YUV173.898.77109.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=31.69%
G=42.18%
B=26.12%

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
Decimal1481971220.2500.380.2399.239.2762.55
Hex94C57A190261763273f
Octal22430517231046271434777
Binary10010100110001011111010110010100110101111100011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94C57A; }

 p { color: rgb(148,197,122); }

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

<style>
 a { background-color: #94C57A; }

 a { background-color: rgb(148,197,122); }

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

<style>
 span { border-color: #94C57A; }

 span { border-color: rgb(148,197,122); }

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