#94CC73

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

Shades of Gossip #94CC73

Tints of Gossip #94CC73

Color information

#94CC73 (or 0x94CC73) is unknown color: approx Gossip. HEX triplet: 94, CC and 73. RGB value is (148,204,115). Sum of RGB (Red+Green+Blue) = 148+204+115=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CC73 is #6B338C. Grayscale: #B1B1B1. Windows color (decimal): -7025549 or 7589012. OLE color: 7589012.

HSL color Cylindrical-coordinate representation of color #94CC73: hue angle of 97.75º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94CC73 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB148204115-
CMYK0.2700.440.2
HSL97.75º46.6%62.55%-
HSV(B)97.75º43.63%80%-
XYZ36.950.7224.06-
YUV177.1192.95107.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 204 (80.08% from 255) = 43.68%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=31.69%
G=43.68%
B=24.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041150.2700.440.297.7546.662.55
Hex94CC731B02C14622f3f
Octal22431416333054241425777
Binary10010100110011001110011110110101100101001100010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,204,115); }

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

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

 a { background-color: rgb(148,204,115); }

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

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

 span { border-color: rgb(148,204,115); }

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