#94C37C

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

Shades of Gossip #94C37C

Tints of Gossip #94C37C

Color information

#94C37C (or 0x94C37C) is unknown color: approx Gossip. HEX triplet: 94, C3 and 7C. RGB value is (148,195,124). Sum of RGB (Red+Green+Blue) = 148+195+124=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #94C37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C37C is #6B3C83. Grayscale: #ADADAD. Windows color (decimal): -7027844 or 8176532. OLE color: 8176532.

HSL color Cylindrical-coordinate representation of color #94C37C: hue angle of 99.72º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94C37C is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB148195124-
CMYK0.2400.360.24
HSL99.72º37.17%62.55%-
HSV(B)99.72º36.41%76.47%-
XYZ35.3746.7826.23-
YUV172.85100.43110.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=31.69%
G=41.76%
B=26.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481951240.2400.360.2499.7237.1762.55
Hex94C37C180241864253f
Octal22430317430044301444577
Binary10010100110000111111100110000100100110001100100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,195,124); }

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

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

 a { background-color: rgb(148,195,124); }

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

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

 span { border-color: rgb(148,195,124); }

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