#94C974

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

Shades of Gossip #94C974

Tints of Gossip #94C974

Color information

#94C974 (or 0x94C974) is unknown color: approx Gossip. HEX triplet: 94, C9 and 74. RGB value is (148,201,116). Sum of RGB (Red+Green+Blue) = 148+201+116=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #94C974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C974 is #6B368B. Grayscale: #AFAFAF. Windows color (decimal): -7026316 or 7653780. OLE color: 7653780.

HSL color Cylindrical-coordinate representation of color #94C974: hue angle of 97.41º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94C974 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB148201116-
CMYK0.2600.420.21
HSL97.41º44.04%62.16%-
HSV(B)97.41º42.29%78.82%-
XYZ36.2549.3324.13-
YUV175.4694.44108.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=31.83%
G=43.23%
B=24.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482011160.2600.420.2197.4144.0462.16
Hex94C9741A02A15612c3e
Octal22431116432052251415476
Binary10010100110010011110100110100101010101011100001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,201,116); }

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

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

 a { background-color: rgb(148,201,116); }

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

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

 span { border-color: rgb(148,201,116); }

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